#D1CCBE

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

Shades of Ecru White #D1CCBE

Tints of Ecru White #D1CCBE

Color information

#D1CCBE (or 0xD1CCBE) is unknown color: approx Ecru White. HEX triplet: D1, CC and BE. RGB value is (209,204,190). Sum of RGB (Red+Green+Blue) = 209+204+190=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCBE is #2E3341. Grayscale: #CBCBCB. Windows color (decimal): -3027778 or 12504273. OLE color: 12504273.

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

Color convert

RGB209204190-
CMYK00.020.090.18
HSL44.21º17.12%78.24%-
HSV(B)44.21º9.09%81.96%-
XYZ57.1860.4657.37-
YUV203.9120.16131.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.66%
GREEN value IS 204 (80.08% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=34.66%
G=33.83%
B=31.51%

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
Decimal20920419000.020.090.1844.2117.1278.24
HexD1CCBE029122c114e
Octal3213142760211225421116
Binary110100011100110010111110010100110010101100100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCBE; }

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

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

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

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

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

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

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

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