#D4D1C6

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

Shades of Ecru White #D4D1C6

Tints of Ecru White #D4D1C6

Color information

#D4D1C6 (or 0xD4D1C6) is unknown color: approx Ecru White. HEX triplet: D4, D1 and C6. RGB value is (212,209,198). Sum of RGB (Red+Green+Blue) = 212+209+198=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1C6 is #2B2E39. Grayscale: #D0D0D0. Windows color (decimal): -2829882 or 13029844. OLE color: 13029844.

HSL color Cylindrical-coordinate representation of color #D4D1C6: hue angle of 47.14º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4D1C6 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB212209198-
CMYK00.010.070.17
HSL47.14º14%80.39%-
HSV(B)47.14º6.6%83.14%-
XYZ60.1463.6862.55-
YUV208.64121.99130.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 198 (77.73% from 255) = 31.99%
R=34.25%
G=33.76%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220919800.010.070.1747.141480.39
HexD4D1C6017112fe50
Octal324321306017215716120
Binary110101001101000111000110011111000110111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D1C6; }

 p { color: rgb(212,209,198); }

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

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

 a { background-color: rgb(212,209,198); }

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

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

 span { border-color: rgb(212,209,198); }

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