#D2D0C3

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

Shades of Ecru White #D2D0C3

Tints of Ecru White #D2D0C3

Color information

#D2D0C3 (or 0xD2D0C3) is unknown color: approx Ecru White. HEX triplet: D2, D0 and C3. RGB value is (210,208,195). Sum of RGB (Red+Green+Blue) = 210+208+195=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0C3 is #2D2F3C. Grayscale: #CFCFCF. Windows color (decimal): -2961213 or 12832978. OLE color: 12832978.

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

Color convert

RGB210208195-
CMYK00.010.070.18
HSL52º14.29%79.41%-
HSV(B)52º7.14%82.35%-
XYZ58.9862.7560.63-
YUV207.12121.16130.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=34.26%
G=33.93%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020819500.010.070.185214.2979.41
HexD2D0C30171234e4f
Octal322320303017226416117
Binary110100101101000011000011011111001011010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D0C3; }

 p { color: rgb(210,208,195); }

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

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

 a { background-color: rgb(210,208,195); }

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

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

 span { border-color: rgb(210,208,195); }

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