#D1CDBF

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

Shades of Ecru White #D1CDBF

Tints of Ecru White #D1CDBF

Color information

#D1CDBF (or 0xD1CDBF) is unknown color: approx Ecru White. HEX triplet: D1, CD and BF. RGB value is (209,205,191). Sum of RGB (Red+Green+Blue) = 209+205+191=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDBF is #2E3240. Grayscale: #CCCCCC. Windows color (decimal): -3027521 or 12570065. OLE color: 12570065.

HSL color Cylindrical-coordinate representation of color #D1CDBF: hue angle of 46.67º degrees, saturation: 0.16, 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 #D1CDBF is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209205191-
CMYK00.020.090.18
HSL46.67º16.36%78.43%-
HSV(B)46.67º8.61%81.96%-
XYZ57.5360.9858.03-
YUV204.6120.33131.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 191 (75% from 255) = 31.57%
R=34.55%
G=33.88%
B=31.57%

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
Decimal20920519100.020.090.1846.6716.3678.43
HexD1CDBF029122f104e
Octal3213152770211225720116
Binary110100011100110110111111010100110010101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CDBF; }

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

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

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

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

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

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

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

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