Html Css Color HEX #D9CECD Light Grey

📋 copy color: '#D9CECD'

red 217 ◦ green 206 ◦ blue 205

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

Shades of Light Grey #D9CECD

Tints of Light Grey #D9CECD

RGB

 RED value IS 217 (85.16% from 255) = 34.55%

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

 BLUE value IS 205 (80.47% from 255) = 32.64%

R = 34.55%
G = 32.8%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9CECD (or 0xD9CECD) is known color: Light Grey. HEX triplet: D9, CE and CD. RGB value is (217,206,205). Sum of RGB (Red+Green+Blue) = 217+206+205=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CECD is #263132. Grayscale: #D1D1D1. Windows color (decimal): -2502963 or 13487833. OLE color: 13487833.

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

Color convert

RGB 217 206 205 -
CMYK 0 0.05 0.06 0.15
HSL 0.14% 0.83% -
HSV(B) 0.06% 0.85% -
XYZ 61.71 63.3 66.72 -
YUV 209.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 217 206 205 0 0.05 0.06 0.15 5 0.14 0.83
Hex D9 CE CD 0 5 6 F 5 E 53
Octal 331 316 315 0 5 6 17 5 16 123
Binary 11011001 11001110 11001101 0 101 110 1111 101 1110 1010011

Color Harmonies of #D9CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CECD

Black with #D9CECD

Text Example


Text Example

White with #D9CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CECD; }

 p { color: rgb(217,206,205); }

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

background-color css

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

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

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

border-color css

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

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

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