Html Css Color HEX #CECED6 Lavender Grey

📋 copy color: '#CECED6'

red 206 ◦ green 206 ◦ blue 214

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

Shades of Lavender Grey #CECED6

Tints of Lavender Grey #CECED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.19%

R = 32.91%
G = 32.91%
B = 34.19%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CECED6 (or 0xCECED6) is known color: Lavender Grey. HEX triplet: CE, CE and D6. RGB value is (206,206,214). Sum of RGB (Red+Green+Blue) = 206+206+214=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 206 (80.86% from 255 or 32.91% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 214 - color contains mainly: blue. Hex color #CECED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED6 is #313129. Grayscale: #CECECE. Windows color (decimal): -3223850 or 14077646. OLE color: 14077646.

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

Color convert

RGB 206 206 214 -
CMYK 0.04 0.04 0 0.16
HSL 240º 0.09% 0.82% -
HSV(B) 240º 0.04% 0.84% -
XYZ 59.66 62.12 72.46 -
YUV 206.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 206 206 214 0.04 0.04 0 0.16 240 0.09 0.82
Hex CE CE D6 4 4 0 10 F0 9 52
Octal 316 316 326 4 4 0 20 360 11 122
Binary 11001110 11001110 11010110 100 100 0 10000 11110000 1001 1010010

Color Harmonies of #CECED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECED6

Black with #CECED6

Text Example


Text Example

White with #CECED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECED6; }

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

 H1.HeaderClassName
 {
   color: #CECED6;
 }
 .AnyTagClassName
 {
   color: #CECED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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