#ECDDB2

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

Shades of Beeswax #ECDDB2

Tints of Beeswax #ECDDB2

Color information

#ECDDB2 (or 0xECDDB2) is unknown color: approx Beeswax. HEX triplet: EC, DD and B2. RGB value is (236,221,178). Sum of RGB (Red+Green+Blue) = 236+221+178=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDDB2 is #13224D. Grayscale: #DCDCDC. Windows color (decimal): -1253966 or 11722220. OLE color: 11722220.

HSL color Cylindrical-coordinate representation of color #ECDDB2: hue angle of 44.48º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECDDB2 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB236221178-
CMYK00.060.250.07
HSL44.48º60.42%81.18%-
HSV(B)44.48º24.58%92.55%-
XYZ68.4872.7652.55-
YUV220.58103.97139-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.17%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=37.17%
G=34.80%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622117800.060.250.0744.4860.4281.18
HexECDDB2061972c3c51
Octal354335262063175474121
Binary1110110011011101101100100110110011111011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDB2; }

 p { color: rgb(236,221,178); }

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

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

 a { background-color: rgb(236,221,178); }

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

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

 span { border-color: rgb(236,221,178); }

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