#D2CEBE

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

Shades of Ecru White #D2CEBE

Tints of Ecru White #D2CEBE

Color information

#D2CEBE (or 0xD2CEBE) is unknown color: approx Ecru White. HEX triplet: D2, CE and BE. RGB value is (210,206,190). Sum of RGB (Red+Green+Blue) = 210+206+190=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBE is #2D3141. Grayscale: #CDCDCD. Windows color (decimal): -2961730 or 12504786. OLE color: 12504786.

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

Color convert

RGB210206190-
CMYK00.020.100.18
HSL48º18.18%78.43%-
HSV(B)48º9.52%82.35%-
XYZ57.9461.5657.54-
YUV205.37119.33131.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=34.65%
G=33.99%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020619000.020.100.184818.1878.43
HexD2CEBE02A1230124e
Octal3223162760212226022116
Binary110100101100111010111110010101010010110000100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEBE; }

 p { color: rgb(210,206,190); }

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

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

 a { background-color: rgb(210,206,190); }

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

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

 span { border-color: rgb(210,206,190); }

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