#CECED8

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

Shades of Lavender Grey #CECED8

Tints of Lavender Grey #CECED8

Color information

#CECED8 (or 0xCECED8) is unknown color: approx Lavender Grey. HEX triplet: CE, CE and D8. RGB value is (206,206,216). Sum of RGB (Red+Green+Blue) = 206+206+216=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 216 - color contains mainly: blue. Hex color #CECED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED8 is #313127. Grayscale: #CFCFCF. Windows color (decimal): -3223848 or 14208718. OLE color: 14208718.

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

Color convert

RGB206206216-
CMYK0.050.0500.15
HSL240º11.36%82.75%-
HSV(B)240º4.63%84.71%-
XYZ59.9262.2273.82-
YUV207.14133127.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 216 (84.77% from 255) = 34.39%
R=32.80%
G=32.80%
B=34.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062062160.050.0500.1524011.3682.75
HexCECED8550Ff0b53
Octal3163163305501736013123
Binary110011101100111011011000101101011111111000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECED8; }

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

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

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

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

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

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

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

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