#EEECDA

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

Shades of Rum Swizzle #EEECDA

Tints of Rum Swizzle #EEECDA

Color information

#EEECDA (or 0xEEECDA) is unknown color: approx Rum Swizzle. HEX triplet: EE, EC and DA. RGB value is (238,236,218). Sum of RGB (Red+Green+Blue) = 238+236+218=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 238 - color contains mainly: red. Hex color #EEECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEECDA is #111325. Grayscale: #EAEAEA. Windows color (decimal): -1119014 or 14347502. OLE color: 14347502.

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

Color convert

RGB238236218-
CMYK00.010.080.07
HSL54º37.04%89.41%-
HSV(B)54º8.4%93.33%-
XYZ77.9183.2378.29-
YUV234.55118.66130.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=34.39%
G=34.10%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823621800.010.080.075437.0489.41
HexEEECDA0187362559
Octal356354332011076645131
Binary1110111011101100110110100110001111101101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEECDA; }

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

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

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

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

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

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

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

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