#CEC9EC

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

Shades of Lavender Blue #CEC9EC

Tints of Lavender Blue #CEC9EC

Color information

#CEC9EC (or 0xCEC9EC) is unknown color: approx Lavender Blue. HEX triplet: CE, C9 and EC. RGB value is (206,201,236). Sum of RGB (Red+Green+Blue) = 206+201+236=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 201 (78.91% from 255 or 31.26% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9EC is #313613. Grayscale: #CECECE. Windows color (decimal): -3225108 or 15518158. OLE color: 15518158.

HSL color Cylindrical-coordinate representation of color #CEC9EC: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEC9EC is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206201236-
CMYK0.130.1500.07
HSL248.57º47.95%85.69%-
HSV(B)248.57º14.83%92.55%-
XYZ61.4860.9587.88-
YUV206.48144.66127.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 201 (78.91% from 255) = 31.26%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=32.04%
G=31.26%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062012360.130.1500.07248.5747.9585.69
HexCEC9ECDF07f93056
Octal31631135415170737160126
Binary110011101100100111101100110111110111111110011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC9EC; }

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

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

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

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

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

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

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

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