#ECEAD6

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

Shades of Rum Swizzle #ECEAD6

Tints of Rum Swizzle #ECEAD6

Color information

#ECEAD6 (or 0xECEAD6) is unknown color: approx Rum Swizzle. HEX triplet: EC, EA and D6. RGB value is (236,234,214). Sum of RGB (Red+Green+Blue) = 236+234+214=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEAD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEAD6 is #131529. Grayscale: #E8E8E8. Windows color (decimal): -1250602 or 14084844. OLE color: 14084844.

HSL color Cylindrical-coordinate representation of color #ECEAD6: hue angle of 54.55º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECEAD6 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB236234214-
CMYK00.010.090.07
HSL54.55º36.67%88.24%-
HSV(B)54.55º9.32%92.55%-
XYZ76.1581.5375.34-
YUV232.32117.66130.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 214 (83.98% from 255) = 31.29%
R=34.50%
G=34.21%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623421400.010.090.0754.5536.6788.24
HexECEAD60197372558
Octal354352326011176745130
Binary1110110011101010110101100110011111101111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEAD6; }

 p { color: rgb(236,234,214); }

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

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

 a { background-color: rgb(236,234,214); }

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

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

 span { border-color: rgb(236,234,214); }

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