#D8D3BB

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

Shades of Ecru White #D8D3BB

Tints of Ecru White #D8D3BB

Color information

#D8D3BB (or 0xD8D3BB) is unknown color: approx Ecru White. HEX triplet: D8, D3 and BB. RGB value is (216,211,187). Sum of RGB (Red+Green+Blue) = 216+211+187=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 211 (82.81% from 255 or 34.36% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3BB is #272C44. Grayscale: #D1D1D1. Windows color (decimal): -2567237 or 12309464. OLE color: 12309464.

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

Color convert

RGB216211187-
CMYK00.020.130.15
HSL49.66º27.1%79.02%-
HSV(B)49.66º13.43%84.71%-
XYZ60.5864.7856.32-
YUV209.76115.16132.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 211 (82.81% from 255) = 34.36%
BLUE value IS 187 (73.44% from 255) = 30.46%
R=35.18%
G=34.36%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621118700.020.130.1549.6627.179.02
HexD8D3BB02DF321b4f
Octal3303232730215176233117
Binary11011000110100111011101101011011111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3BB; }

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

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

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

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

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

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

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

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