#D8D3BC

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

Shades of Ecru White #D8D3BC

Tints of Ecru White #D8D3BC

Color information

#D8D3BC (or 0xD8D3BC) is unknown color: approx Ecru White. HEX triplet: D8, D3 and BC. RGB value is (216,211,188). Sum of RGB (Red+Green+Blue) = 216+211+188=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D3BC is #272C43. Grayscale: #D1D1D1. Windows color (decimal): -2567236 or 12375000. OLE color: 12375000.

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

Color convert

RGB216211188-
CMYK00.020.130.15
HSL49.29º26.42%79.22%-
HSV(B)49.29º12.96%84.71%-
XYZ60.6964.8256.89-
YUV209.87115.66132.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 211 (82.81% from 255) = 34.31%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=35.12%
G=34.31%
B=30.57%

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
Decimal21621118800.020.130.1549.2926.4279.22
HexD8D3BC02DF311a4f
Octal3303232740215176132117
Binary11011000110100111011110001011011111110001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D3BC; }

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

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

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

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

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

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

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

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