#D9D3CD

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

Shades of Gallery #D9D3CD

Tints of Gallery #D9D3CD

Color information

#D9D3CD (or 0xD9D3CD) is unknown color: approx Gallery. HEX triplet: D9, D3 and CD. RGB value is (217,211,205). Sum of RGB (Red+Green+Blue) = 217+211+205=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3CD is #262C32. Grayscale: #D4D4D4. Windows color (decimal): -2501683 or 13489113. OLE color: 13489113.

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

Color convert

RGB217211205-
CMYK00.030.060.15
HSL30º13.64%82.75%-
HSV(B)30º5.53%85.1%-
XYZ62.9365.7567.13-
YUV212.11123.99131.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 32.39%
R=34.28%
G=33.33%
B=32.39%

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
Decimal21721120500.030.060.153013.6482.75
HexD9D3CD036F1ee53
Octal331323315036173616123
Binary11011001110100111100110101111011111111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3CD; }

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

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

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

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

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

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

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

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