#CEBCFE

Color #CEBCFE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CEBCFE

Tints of Lavender Blue #CEBCFE

Color information

#CEBCFE (or 0xCEBCFE) is unknown color: approx Lavender Blue. HEX triplet: CE, BC and FE. RGB value is (206,188,254). Sum of RGB (Red+Green+Blue) = 206+188+254=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCFE is #314301. Grayscale: #C8C8C8. Windows color (decimal): -3228418 or 16694478. OLE color: 16694478.

HSL color Cylindrical-coordinate representation of color #CEBCFE: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEBCFE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206188254-
CMYK0.190.2600.00
HSL256.36º97.06%86.67%-
HSV(B)256.36º25.98%99.61%-
XYZ61.3356.24101.39-
YUV200.91157.96131.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=31.79%
G=29.01%
B=39.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061882540.190.2600.00256.3697.0686.67
HexCEBCFE131A001006157
Octal316274376233200400141127
Binary11001110101111001111111010011110100010000000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCFE; }

 p { color: rgb(206,188,254); }

 H1.HeaderClassName
 {
   color: #CEBCFE;
 }
 .AnyTagClassName
 {
   color: #CEBCFE;
 }
</style>
background-color css

<style>
 a { background-color: #CEBCFE; }

 a { background-color: rgb(206,188,254); }

 div.DivClassName
 {
   background-color: #CEBCFE;
 }
 .BgClassName
 {
   background-color: #CEBCFE;
 }
</style>
border-color css

<style>
 span { border-color: #CEBCFE; }

 span { border-color: rgb(206,188,254); }

 td.TdClassName
 {
   border-color: #CEBCFE;
 }
 .TagClassName
 {
   border-color: #CEBCFE;
 }
</style>