Html Css Color HEX #D8D0BB Ecru White

📋 copy color: '#D8D0BB'

red 216 ◦ green 208 ◦ blue 187

#D8D0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ecru White #D8D0BB

Tints of Ecru White #D8D0BB

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 value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8D0BB (or 0xD8D0BB) is known color: 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

RGB 216 208 187 -
CMYK 0 0.04 0.13 0.15
HSL 43.45º 0.27% 0.79% -
HSV(B) 43.45º 0.13% 0.85% -
XYZ 59.84 63.3 56.08 -
YUV 208 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 216 208 187 0 0.04 0.13 0.15 43.45 0.27 0.79
Hex D8 D0 BB 0 4 D F 2B 1B 4F
Octal 330 320 273 0 4 15 17 53 33 117
Binary 11011000 11010000 10111011 0 100 1101 1111 101011 11011 1001111

Color Harmonies of #D8D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D0BB

Black with #D8D0BB

Text Example


Text Example

White with #D8D0BB

Text Example


Text Example

HTML Codes & Css Web 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>