#D8CDCC

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

Shades of Light Grey #D8CDCC

Tints of Light Grey #D8CDCC

Color information

#D8CDCC (or 0xD8CDCC) is unknown color: approx Light Grey. HEX triplet: D8, CD and CC. RGB value is (216,205,204). Sum of RGB (Red+Green+Blue) = 216+205+204=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDCC is #273233. Grayscale: #D0D0D0. Windows color (decimal): -2568756 or 13422040. OLE color: 13422040.

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

Color convert

RGB216205204-
CMYK00.050.060.15
HSL13.33%82.35%-
HSV(B)5.56%84.71%-
XYZ61.0562.6266-
YUV208.18125.64133.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=34.56%
G=32.8%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620520400.050.060.15513.3382.35
HexD8CDCC056F5d52
Octal33031531405617515122
Binary1101100011001101110011000101110111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDCC; }

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

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

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

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

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

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

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

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