#EDECD2

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

Shades of Rum Swizzle #EDECD2

Tints of Rum Swizzle #EDECD2

Color information

#EDECD2 (or 0xEDECD2) is unknown color: approx Rum Swizzle. HEX triplet: ED, EC and D2. RGB value is (237,236,210). Sum of RGB (Red+Green+Blue) = 237+236+210=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECD2 is #12132D. Grayscale: #E9E9E9. Windows color (decimal): -1184558 or 13823213. OLE color: 13823213.

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

Color convert

RGB237236210-
CMYK00.000.110.07
HSL57.78º42.86%87.65%-
HSV(B)57.78º11.39%92.94%-
XYZ76.5582.6572.89-
YUV233.33114.83130.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 236 (92.58% from 255) = 34.55%
BLUE value IS 210 (82.42% from 255) = 30.75%
R=34.70%
G=34.55%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723621000.000.110.0757.7842.8687.65
HexEDECD200B73a2b58
Octal355354322001377253130
Binary1110110111101100110100100010111111110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECD2; }

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

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

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

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

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

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

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

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