#CEC9EB

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

Shades of Lavender Blue #CEC9EB

Tints of Lavender Blue #CEC9EB

Color information

#CEC9EB (or 0xCEC9EB) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and EB. RGB value is (206,201,235). Sum of RGB (Red+Green+Blue) = 206+201+235=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9EB is #313614. Grayscale: #CECECE. Windows color (decimal): -3225109 or 15452622. OLE color: 15452622.

HSL color Cylindrical-coordinate representation of color #CEC9EB: hue angle of 248.82º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEC9EB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206201235-
CMYK0.120.1400.08
HSL248.82º45.95%85.49%-
HSV(B)248.82º14.47%92.16%-
XYZ61.3460.8987.12-
YUV206.37144.16127.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=32.09%
G=31.31%
B=36.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062012350.120.1400.08248.8245.9585.49
HexCEC9EBCE08f92e55
Octal316311353141601037156125
Binary1100111011001001111010111100111001000111110011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9EB; }

 p { color: rgb(206,201,235); }

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

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

 a { background-color: rgb(206,201,235); }

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

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

 span { border-color: rgb(206,201,235); }

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