#D9D4BC

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

Shades of Ecru White #D9D4BC

Tints of Ecru White #D9D4BC

Color information

#D9D4BC (or 0xD9D4BC) is unknown color: approx Ecru White. HEX triplet: D9, D4 and BC. RGB value is (217,212,188). Sum of RGB (Red+Green+Blue) = 217+212+188=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D4BC is #262B43. Grayscale: #D2D2D2. Windows color (decimal): -2501444 or 12375257. OLE color: 12375257.

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

Color convert

RGB217212188-
CMYK00.020.130.15
HSL49.66º27.62%79.41%-
HSV(B)49.66º13.36%85.1%-
XYZ61.2465.4756.99-
YUV210.76115.16132.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=35.17%
G=34.36%
B=30.47%

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
Decimal21721218800.020.130.1549.6627.6279.41
HexD9D4BC02DF321c4f
Octal3313242740215176234117
Binary11011001110101001011110001011011111110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D4BC; }

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

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

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

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

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

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

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

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