#D9D1BC

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

Shades of Ecru White #D9D1BC

Tints of Ecru White #D9D1BC

Color information

#D9D1BC (or 0xD9D1BC) is unknown color: approx Ecru White. HEX triplet: D9, D1 and BC. RGB value is (217,209,188). Sum of RGB (Red+Green+Blue) = 217+209+188=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D1BC is #262E43. Grayscale: #D1D1D1. Windows color (decimal): -2502212 or 12374489. OLE color: 12374489.

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

Color convert

RGB217209188-
CMYK00.040.130.15
HSL43.45º27.62%79.41%-
HSV(B)43.45º13.36%85.1%-
XYZ60.4963.9856.74-
YUV209116.15133.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=35.34%
G=34.04%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720918800.040.130.1543.4527.6279.41
HexD9D1BC04DF2b1c4f
Octal3313212740415175334117
Binary110110011101000110111100010011011111101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1BC; }

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

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

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

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

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

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

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

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