#D2CEBC

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

Shades of Ecru White #D2CEBC

Tints of Ecru White #D2CEBC

Color information

#D2CEBC (or 0xD2CEBC) is unknown color: approx Ecru White. HEX triplet: D2, CE and BC. RGB value is (210,206,188). Sum of RGB (Red+Green+Blue) = 210+206+188=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CEBC is #2D3143. Grayscale: #CDCDCD. Windows color (decimal): -2961732 or 12373714. OLE color: 12373714.

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

Color convert

RGB210206188-
CMYK00.020.100.18
HSL49.09º19.64%78.04%-
HSV(B)49.09º10.48%82.35%-
XYZ57.7361.4856.4-
YUV205.14118.33131.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=34.77%
G=34.11%
B=31.13%

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
Decimal21020618800.020.100.1849.0919.6478.04
HexD2CEBC02A1231144e
Octal3223162740212226124116
Binary110100101100111010111100010101010010110001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CEBC; }

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

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

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

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

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

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

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

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