Html Css Color HEX #D4CECE Light Grey

📋 copy color: '#D4CECE'

red 212 ◦ green 206 ◦ blue 206

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

Shades of Light Grey #D4CECE

Tints of Light Grey #D4CECE

RGB

 RED value IS 212 (83.2% from 255) = 33.97%

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

 BLUE value IS 206 (80.86% from 255) = 33.01%

R = 33.97%
G = 33.01%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4CECE (or 0xD4CECE) is known color: Light Grey. HEX triplet: D4, CE and CE. RGB value is (212,206,206). Sum of RGB (Red+Green+Blue) = 212+206+206=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CECE is #2B3131. Grayscale: #CFCFCF. Windows color (decimal): -2830642 or 13553364. OLE color: 13553364.

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

Color convert

RGB 212 206 206 -
CMYK 0 0.03 0.03 0.17
HSL 0.07% 0.82% -
HSV(B) 0.03% 0.83% -
XYZ 60.36 62.6 67.29 -
YUV 207.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 212 206 206 0 0.03 0.03 0.17 0 0.07 0.82
Hex D4 CE CE 0 3 3 11 0 7 52
Octal 324 316 316 0 3 3 21 0 7 122
Binary 11010100 11001110 11001110 0 11 11 10001 0 111 1010010

Color Harmonies of #D4CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CECE

Black with #D4CECE

Text Example


Text Example

White with #D4CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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