Shades of Rum Swizzle #EDECD2
Tints of Rum Swizzle #EDECD2
RGB
CMYK
RGB Variations
Color information
#EDECD2 (or 0xEDECD2) is known color: 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
RGB | 237 | 236 | 210 | - |
CMYK | 0 | 0.00 | 0.11 | 0.07 |
HSL | 57.78º | 0.43% | 0.88% | - |
HSV(B) | 57.78º | 0.11% | 0.93% | - |
XYZ | 76.55 | 82.65 | 72.89 | - |
YUV | 233.34 | 114.83 | 130.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 210 | 0 | 0.00 | 0.11 | 0.07 | 57.78 | 0.43 | 0.88 |
Hex | ED | EC | D2 | 0 | 0 | B | 7 | 3A | 2B | 58 |
Octal | 355 | 354 | 322 | 0 | 0 | 13 | 7 | 72 | 53 | 130 |
Binary | 11101101 | 11101100 | 11010010 | 0 | 0 | 1011 | 111 | 111010 | 101011 | 1011000 |
Color Harmonies of #EDECD2
Complementary color
Monochromatic Colors of #EDECD2
Black with #EDECD2
Text Example
Text Example
White with #EDECD2
Text Example
Text Example
HTML Codes & Css Web 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>