Html Css Color HEX #CECED8 Lavender Grey

📋 copy color: '#CECED8'

red 206 ◦ green 206 ◦ blue 216

#CECED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #CECED8

Tints of Lavender Grey #CECED8

RGB

 RED value IS 206 (80.86% from 255) = 32.8%

 GREEN value IS 206 (80.86% from 255) = 32.8%

 BLUE value IS 216 (84.77% from 255) = 34.39%

R = 32.8%
G = 32.8%
B = 34.39%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CECED8 (or 0xCECED8) is known color: 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

RGB 206 206 216 -
CMYK 0.05 0.05 0 0.15
HSL 240º 0.11% 0.83% -
HSV(B) 240º 0.05% 0.85% -
XYZ 59.92 62.22 73.82 -
YUV 207.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 206 206 216 0.05 0.05 0 0.15 240 0.11 0.83
Hex CE CE D8 5 5 0 F F0 B 53
Octal 316 316 330 5 5 0 17 360 13 123
Binary 11001110 11001110 11011000 101 101 0 1111 11110000 1011 1010011

Color Harmonies of #CECED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECED8

Black with #CECED8

Text Example


Text Example

White with #CECED8

Text Example


Text Example

HTML Codes & Css Web 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>