#D1CCBF

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

Shades of Ecru White #D1CCBF

Tints of Ecru White #D1CCBF

Color information

#D1CCBF (or 0xD1CCBF) is unknown color: approx Ecru White. HEX triplet: D1, CC and BF. RGB value is (209,204,191). Sum of RGB (Red+Green+Blue) = 209+204+191=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCBF is #2E3340. Grayscale: #CCCCCC. Windows color (decimal): -3027777 or 12569809. OLE color: 12569809.

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

Color convert

RGB209204191-
CMYK00.020.090.18
HSL43.33º16.36%78.43%-
HSV(B)43.33º8.61%81.96%-
XYZ57.2960.557.95-
YUV204.01120.66131.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 191 (75% from 255) = 31.62%
R=34.60%
G=33.77%
B=31.62%

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
Decimal20920419100.020.090.1843.3316.3678.43
HexD1CCBF029122b104e
Octal3213142770211225320116
Binary110100011100110010111111010100110010101011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCBF; }

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

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

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

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

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

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

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

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