Html Css Color HEX #D9CDCC Light Grey

📋 copy color: '#D9CDCC'

red 217 ◦ green 205 ◦ blue 204

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

Shades of Light Grey #D9CDCC

Tints of Light Grey #D9CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.75%

 BLUE value IS 204 (80.08% from 255) = 32.59%

R = 34.66%
G = 32.75%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9CDCC (or 0xD9CDCC) is known color: Light Grey. HEX triplet: D9, CD and CC. RGB value is (217,205,204). Sum of RGB (Red+Green+Blue) = 217+205+204=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCC is #263233. Grayscale: #D0D0D0. Windows color (decimal): -2503220 or 13422041. OLE color: 13422041.

HSL color Cylindrical-coordinate representation of color #D9CDCC: hue angle of 4.62º degrees, saturation: 0.15, 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 #D9CDCC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 205 204 -
CMYK 0 0.06 0.06 0.15
HSL 4.62º 0.15% 0.83% -
HSV(B) 4.62º 0.06% 0.85% -
XYZ 61.35 62.77 66.01 -
YUV 208.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 217 205 204 0 0.06 0.06 0.15 4.62 0.15 0.83
Hex D9 CD CC 0 6 6 F 5 F 53
Octal 331 315 314 0 6 6 17 5 17 123
Binary 11011001 11001101 11001100 0 110 110 1111 101 1111 1010011

Color Harmonies of #D9CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDCC

Black with #D9CDCC

Text Example


Text Example

White with #D9CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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