Html Css Color HEX #CECED7 Lavender Grey

📋 copy color: '#CECED7'

red 206 ◦ green 206 ◦ blue 215

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

Shades of Lavender Grey #CECED7

Tints of Lavender Grey #CECED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.29%

R = 32.85%
G = 32.85%
B = 34.29%

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

#CECED7 (or 0xCECED7) is known color: Lavender Grey. HEX triplet: CE, CE and D7. RGB value is (206,206,215). Sum of RGB (Red+Green+Blue) = 206+206+215=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED7 is #313128. Grayscale: #CECECE. Windows color (decimal): -3223849 or 14143182. OLE color: 14143182.

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

Color convert

RGB 206 206 215 -
CMYK 0.04 0.04 0 0.16
HSL 240º 0.1% 0.83% -
HSV(B) 240º 0.04% 0.84% -
XYZ 59.79 62.17 73.14 -
YUV 207.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 206 206 215 0.04 0.04 0 0.16 240 0.1 0.83
Hex CE CE D7 4 4 0 10 F0 A 53
Octal 316 316 327 4 4 0 20 360 12 123
Binary 11001110 11001110 11010111 100 100 0 10000 11110000 1010 1010011

Color Harmonies of #CECED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECED7

Black with #CECED7

Text Example


Text Example

White with #CECED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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