Html Css Color HEX #D9CCCC Light Grey

📋 copy color: '#D9CCCC'

red 217 ◦ green 204 ◦ blue 204

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

Shades of Light Grey #D9CCCC

Tints of Light Grey #D9CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.64%

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

R = 34.72%
G = 32.64%
B = 32.64%

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

#D9CCCC (or 0xD9CCCC) is known color: Light Grey. HEX triplet: D9, CC and CC. RGB value is (217,204,204). Sum of RGB (Red+Green+Blue) = 217+204+204=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCCC is #263333. Grayscale: #CFCFCF. Windows color (decimal): -2503476 or 13421785. OLE color: 13421785.

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

Color convert

RGB 217 204 204 -
CMYK 0 0.06 0.06 0.15
HSL 0.15% 0.83% -
HSV(B) 0.06% 0.85% -
XYZ 61.11 62.3 65.93 -
YUV 207.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 217 204 204 0 0.06 0.06 0.15 0 0.15 0.83
Hex D9 CC CC 0 6 6 F 0 F 53
Octal 331 314 314 0 6 6 17 0 17 123
Binary 11011001 11001100 11001100 0 110 110 1111 0 1111 1010011

Color Harmonies of #D9CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCCC

Black with #D9CCCC

Text Example


Text Example

White with #D9CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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