#D7CDCC

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

Shades of Light Grey #D7CDCC

Tints of Light Grey #D7CDCC

Color information

#D7CDCC (or 0xD7CDCC) is unknown color: approx Light Grey. HEX triplet: D7, CD and CC. RGB value is (215,205,204). Sum of RGB (Red+Green+Blue) = 215+205+204=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CDCC is #283233. Grayscale: #CFCFCF. Windows color (decimal): -2634292 or 13422039. OLE color: 13422039.

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

Color convert

RGB215205204-
CMYK00.050.050.16
HSL5.45º12.09%82.16%-
HSV(B)5.45º5.12%84.31%-
XYZ60.7562.4765.98-
YUV207.88125.81133.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=34.46%
G=32.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520520400.050.050.165.4512.0982.16
HexD7CDCC055105c52
Octal32731531405520514122
Binary11010111110011011100110001011011000010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDCC; }

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

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

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

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

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

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

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

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