#CECED5

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

Shades of Lavender Grey #CECED5

Tints of Lavender Grey #CECED5

Color information

#CECED5 (or 0xCECED5) is unknown color: approx Lavender Grey. HEX triplet: CE, CE and D5. RGB value is (206,206,213). Sum of RGB (Red+Green+Blue) = 206+206+213=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED5 is #31312A. Grayscale: #CECECE. Windows color (decimal): -3223851 or 14012110. OLE color: 14012110.

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

Color convert

RGB206206213-
CMYK0.030.0300.16
HSL240º7.69%82.16%-
HSV(B)240º3.29%83.53%-
XYZ59.5462.0771.79-
YUV206.8131.5127.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 206 (80.86% from 255) = 32.96%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=32.96%
G=32.96%
B=34.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062062130.030.0300.162407.6982.16
HexCECED533010f0852
Octal3163163253302036010122
Binary11001110110011101101010111110100001111000010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECED5; }

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

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

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

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

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

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

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

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