#D9CCCB

Color #D9CCCB Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #D9CCCB

Tints of Light Grey #D9CCCB

Color information

#D9CCCB (or 0xD9CCCB) is unknown color: approx Light Grey. HEX triplet: D9, CC and CB. RGB value is (217,204,203). Sum of RGB (Red+Green+Blue) = 217+204+203=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCCB is #263334. Grayscale: #CFCFCF. Windows color (decimal): -2503477 or 13356249. OLE color: 13356249.

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

Color convert

RGB217204203-
CMYK00.060.060.15
HSL4.29º15.56%82.35%-
HSV(B)4.29º6.45%85.1%-
XYZ60.9962.2565.3-
YUV207.77125.31134.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=34.78%
G=32.69%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720420300.060.060.154.2915.5682.35
HexD9CCCB066F41052
Octal33131431306617420122
Binary11011001110011001100101101101101111100100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCCB; }

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

 H1.HeaderClassName
 {
   color: #D9CCCB;
 }
 .AnyTagClassName
 {
   color: #D9CCCB;
 }
</style>
background-color css

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

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

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

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

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

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