#D9D0BF

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

Shades of Blanc #D9D0BF

Tints of Blanc #D9D0BF

Color information

#D9D0BF (or 0xD9D0BF) is unknown color: approx Blanc. HEX triplet: D9, D0 and BF. RGB value is (217,208,191). Sum of RGB (Red+Green+Blue) = 217+208+191=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0BF is #262F40. Grayscale: #D0D0D0. Windows color (decimal): -2502465 or 12570841. OLE color: 12570841.

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

Color convert

RGB217208191-
CMYK00.040.120.15
HSL39.23º25.49%80%-
HSV(B)39.23º11.98%85.1%-
XYZ60.5863.6358.38-
YUV208.75117.98133.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.23%
GREEN value IS 208 (81.64% from 255) = 33.77%
BLUE value IS 191 (75% from 255) = 31.01%
R=35.23%
G=33.77%
B=31.01%

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
Decimal21720819100.040.120.1539.2325.4980
HexD9D0BF04CF271950
Octal3313202770414174731120
Binary110110011101000010111111010011001111100111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0BF; }

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

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

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

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

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

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

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

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