#D2CEBF

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

Shades of Ecru White #D2CEBF

Tints of Ecru White #D2CEBF

Color information

#D2CEBF (or 0xD2CEBF) is unknown color: approx Ecru White. HEX triplet: D2, CE and BF. RGB value is (210,206,191). Sum of RGB (Red+Green+Blue) = 210+206+191=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBF is #2D3140. Grayscale: #CDCDCD. Windows color (decimal): -2961729 or 12570322. OLE color: 12570322.

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

Color convert

RGB210206191-
CMYK00.020.090.18
HSL47.37º17.43%78.63%-
HSV(B)47.37º9.05%82.35%-
XYZ58.0561.6158.12-
YUV205.49119.83131.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 191 (75% from 255) = 31.47%
R=34.60%
G=33.94%
B=31.47%

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
Decimal21020619100.020.090.1847.3717.4378.63
HexD2CEBF029122f114f
Octal3223162770211225721117
Binary110100101100111010111111010100110010101111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEBF; }

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

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

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

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

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

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

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

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