#EEECD2

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

Shades of Rum Swizzle #EEECD2

Tints of Rum Swizzle #EEECD2

Color information

#EEECD2 (or 0xEEECD2) is unknown color: approx Rum Swizzle. HEX triplet: EE, EC and D2. RGB value is (238,236,210). Sum of RGB (Red+Green+Blue) = 238+236+210=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 236 (92.58% from 255 or 34.50% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECD2 is #11132D. Grayscale: #E9E9E9. Windows color (decimal): -1119022 or 13823214. OLE color: 13823214.

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

Color convert

RGB238236210-
CMYK00.010.120.07
HSL55.71º45.16%87.84%-
HSV(B)55.71º11.76%93.33%-
XYZ76.8982.8272.91-
YUV233.63114.66131.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 236 (92.58% from 255) = 34.50%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=34.80%
G=34.50%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823621000.010.120.0755.7145.1687.84
HexEEECD201C7382d58
Octal356354322011477055130
Binary1110111011101100110100100111001111110001011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECD2; }

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

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

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

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

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

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

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

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