#D9D3CC

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

Shades of Gallery #D9D3CC

Tints of Gallery #D9D3CC

Color information

#D9D3CC (or 0xD9D3CC) is unknown color: approx Gallery. HEX triplet: D9, D3 and CC. RGB value is (217,211,204). Sum of RGB (Red+Green+Blue) = 217+211+204=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3CC is #262C33. Grayscale: #D4D4D4. Windows color (decimal): -2501684 or 13423577. OLE color: 13423577.

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

Color convert

RGB217211204-
CMYK00.030.060.15
HSL32.31º14.61%82.55%-
HSV(B)32.31º5.99%85.1%-
XYZ62.8165.766.5-
YUV212123.49131.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 211 (82.81% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 32.28%
R=34.34%
G=33.39%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721120400.030.060.1532.3114.6182.55
HexD9D3CC036F20f53
Octal331323314036174017123
Binary110110011101001111001100011110111110000011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3CC; }

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

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

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

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

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

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

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

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