#D9D3CB

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

Shades of Gallery #D9D3CB

Tints of Gallery #D9D3CB

Color information

#D9D3CB (or 0xD9D3CB) is unknown color: approx Gallery. HEX triplet: D9, D3 and CB. RGB value is (217,211,203). Sum of RGB (Red+Green+Blue) = 217+211+203=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D3CB is #262C34. Grayscale: #D3D3D3. Windows color (decimal): -2501685 or 13358041. OLE color: 13358041.

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

Color convert

RGB217211203-
CMYK00.030.060.15
HSL34.29º15.56%82.35%-
HSV(B)34.29º6.45%85.1%-
XYZ62.6965.6565.87-
YUV211.88122.99131.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 211 (82.81% from 255) = 33.44%
BLUE value IS 203 (79.69% from 255) = 32.17%
R=34.39%
G=33.44%
B=32.17%

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
Decimal21721120300.030.060.1534.2915.5682.35
HexD9D3CB036F221052
Octal331323313036174220122
Binary1101100111010011110010110111101111100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D3CB; }

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

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

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

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

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

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

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

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