#D7D2CC

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

Shades of Gallery #D7D2CC

Tints of Gallery #D7D2CC

Color information

#D7D2CC (or 0xD7D2CC) is unknown color: approx Gallery. HEX triplet: D7, D2 and CC. RGB value is (215,210,204). Sum of RGB (Red+Green+Blue) = 215+210+204=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2CC is #282D33. Grayscale: #D2D2D2. Windows color (decimal): -2633012 or 13423319. OLE color: 13423319.

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

Color convert

RGB215210204-
CMYK00.020.050.16
HSL32.73º12.09%82.16%-
HSV(B)32.73º5.12%84.31%-
XYZ61.9764.966.39-
YUV210.81124.16130.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 210 (82.42% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 32.43%
R=34.18%
G=33.39%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521020400.020.050.1632.7312.0982.16
HexD7D2CC0251021c52
Octal327322314025204114122
Binary1101011111010010110011000101011000010000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D2CC; }

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

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

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

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

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

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

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

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