#D8D0BB

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

Shades of Ecru White #D8D0BB

Tints of Ecru White #D8D0BB

Color information

#D8D0BB (or 0xD8D0BB) is unknown color: approx Ecru White. HEX triplet: D8, D0 and BB. RGB value is (216,208,187). Sum of RGB (Red+Green+Blue) = 216+208+187=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0BB is #272F44. Grayscale: #D0D0D0. Windows color (decimal): -2568005 or 12308696. OLE color: 12308696.

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

Color convert

RGB216208187-
CMYK00.040.130.15
HSL43.45º27.1%79.02%-
HSV(B)43.45º13.43%84.71%-
XYZ59.8463.356.08-
YUV208116.15133.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=35.35%
G=34.04%
B=30.61%

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
Decimal21620818700.040.130.1543.4527.179.02
HexD8D0BB04DF2b1b4f
Octal3303202730415175333117
Binary110110001101000010111011010011011111101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D0BB; }

 p { color: rgb(216,208,187); }

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

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

 a { background-color: rgb(216,208,187); }

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

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

 span { border-color: rgb(216,208,187); }

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