#EEECD6

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

Shades of Rum Swizzle #EEECD6

Tints of Rum Swizzle #EEECD6

Color information

#EEECD6 (or 0xEEECD6) is unknown color: approx Rum Swizzle. HEX triplet: EE, EC and D6. RGB value is (238,236,214). Sum of RGB (Red+Green+Blue) = 238+236+214=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECD6 is #111329. Grayscale: #EAEAEA. Windows color (decimal): -1119018 or 14085358. OLE color: 14085358.

HSL color Cylindrical-coordinate representation of color #EEECD6: hue angle of 55º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEECD6 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB238236214-
CMYK00.010.100.07
HSL55º41.38%88.63%-
HSV(B)55º10.08%93.33%-
XYZ77.3983.0275.56-
YUV234.09116.66130.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 214 (83.98% from 255) = 31.10%
R=34.59%
G=34.30%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823621400.010.100.075541.3888.63
HexEEECD601A7372959
Octal356354326011276751131
Binary1110111011101100110101100110101111101111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECD6; }

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

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

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

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

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

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

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

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