#CECED4

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

Shades of Lavender Grey #CECED4

Tints of Lavender Grey #CECED4

Color information

#CECED4 (or 0xCECED4) is unknown color: approx Lavender Grey. HEX triplet: CE, CE and D4. RGB value is (206,206,212). Sum of RGB (Red+Green+Blue) = 206+206+212=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #CECED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED4 is #31312B. Grayscale: #CECECE. Windows color (decimal): -3223852 or 13946574. OLE color: 13946574.

HSL color Cylindrical-coordinate representation of color #CECED4: hue angle of 240º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECED4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206206212-
CMYK0.030.0300.17
HSL240º6.52%81.96%-
HSV(B)240º2.83%83.14%-
XYZ59.4162.0271.13-
YUV206.68131127.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 206 (80.86% from 255) = 33.01%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=33.01%
G=33.01%
B=33.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062062120.030.0300.172406.5281.96
HexCECED433011f0752
Octal316316324330213607122
Binary1100111011001110110101001111010001111100001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECED4; }

 p { color: rgb(206,206,212); }

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

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

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

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

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

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

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