#D9D1BF

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

Shades of Blanc #D9D1BF

Tints of Blanc #D9D1BF

Color information

#D9D1BF (or 0xD9D1BF) is unknown color: approx Blanc. HEX triplet: D9, D1 and BF. RGB value is (217,209,191). Sum of RGB (Red+Green+Blue) = 217+209+191=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1BF is #262E40. Grayscale: #D1D1D1. Windows color (decimal): -2502209 or 12571097. OLE color: 12571097.

HSL color Cylindrical-coordinate representation of color #D9D1BF: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D1BF is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217209191-
CMYK00.040.120.15
HSL41.54º25.49%80%-
HSV(B)41.54º11.98%85.1%-
XYZ60.8264.1158.46-
YUV209.34117.65133.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 191 (75% from 255) = 30.96%
R=35.17%
G=33.87%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720919100.040.120.1541.5425.4980
HexD9D1BF04CF2a1950
Octal3313212770414175231120
Binary110110011101000110111111010011001111101010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1BF; }

 p { color: rgb(217,209,191); }

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

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

 a { background-color: rgb(217,209,191); }

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

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

 span { border-color: rgb(217,209,191); }

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