#D1CDBE

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

Shades of Ecru White #D1CDBE

Tints of Ecru White #D1CDBE

Color information

#D1CDBE (or 0xD1CDBE) is unknown color: approx Ecru White. HEX triplet: D1, CD and BE. RGB value is (209,205,190). Sum of RGB (Red+Green+Blue) = 209+205+190=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBE is #2E3241. Grayscale: #CCCCCC. Windows color (decimal): -3027522 or 12504529. OLE color: 12504529.

HSL color Cylindrical-coordinate representation of color #D1CDBE: hue angle of 47.37º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1CDBE is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209205190-
CMYK00.020.090.18
HSL47.37º17.12%78.24%-
HSV(B)47.37º9.09%81.96%-
XYZ57.4260.9457.45-
YUV204.49119.83131.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 205 (80.47% from 255) = 33.94%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=34.60%
G=33.94%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920519000.020.090.1847.3717.1278.24
HexD1CDBE029122f114e
Octal3213152760211225721116
Binary110100011100110110111110010100110010101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDBE; }

 p { color: rgb(209,205,190); }

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

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

 a { background-color: rgb(209,205,190); }

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

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

 span { border-color: rgb(209,205,190); }

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