#D6D2BE

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

Shades of Ecru White #D6D2BE

Tints of Ecru White #D6D2BE

Color information

#D6D2BE (or 0xD6D2BE) is unknown color: approx Ecru White. HEX triplet: D6, D2 and BE. RGB value is (214,210,190). Sum of RGB (Red+Green+Blue) = 214+210+190=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2BE is #292D41. Grayscale: #D1D1D1. Windows color (decimal): -2698562 or 12505814. OLE color: 12505814.

HSL color Cylindrical-coordinate representation of color #D6D2BE: hue angle of 50º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6D2BE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214210190-
CMYK00.020.110.16
HSL50º22.64%79.22%-
HSV(B)50º11.21%83.92%-
XYZ60.0764.1157.92-
YUV208.92117.33131.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.85%
GREEN value IS 210 (82.42% from 255) = 34.20%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=34.85%
G=34.20%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421019000.020.110.165022.6479.22
HexD6D2BE02B1032174f
Octal3263222760213206227117
Binary110101101101001010111110010101110000110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D2BE; }

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

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

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

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

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

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

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

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