Shades of Rum Swizzle #EDECDB
Tints of Rum Swizzle #EDECDB
RGB
CMYK
RGB Variations
Color information
#EDECDB (or 0xEDECDB) is known color: Rum Swizzle. HEX triplet: ED, EC and DB. RGB value is (237,236,219). Sum of RGB (Red+Green+Blue) = 237+236+219=692 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.25% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECDB is #121324. Grayscale: #EAEAEA. Windows color (decimal): -1184549 or 14413037. OLE color: 14413037.
HSL color Cylindrical-coordinate representation of color #EDECDB: hue angle of 56.67º degrees, saturation: 0.33, 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 #EDECDB is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 236 | 219 | - |
CMYK | 0 | 0.00 | 0.08 | 0.07 |
HSL | 56.67º | 0.33% | 0.89% | - |
HSV(B) | 56.67º | 0.08% | 0.93% | - |
XYZ | 77.71 | 83.11 | 78.96 | - |
YUV | 234.36 | 119.33 | 129.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 219 | 0 | 0.00 | 0.08 | 0.07 | 56.67 | 0.33 | 0.89 |
Hex | ED | EC | DB | 0 | 0 | 8 | 7 | 39 | 21 | 59 |
Octal | 355 | 354 | 333 | 0 | 0 | 10 | 7 | 71 | 41 | 131 |
Binary | 11101101 | 11101100 | 11011011 | 0 | 0 | 1000 | 111 | 111001 | 100001 | 1011001 |
Color Harmonies of #EDECDB
Complementary color
Monochromatic Colors of #EDECDB
Black with #EDECDB
Text Example
Text Example
White with #EDECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECDB; }
p { color: rgb(237,236,219); }
H1.HeaderClassName
{
color: #EDECDB;
}
.AnyTagClassName
{
color: #EDECDB;
}
</style>
background-color css
<style>
a { background-color: #EDECDB; }
a { background-color: rgb(237,236,219); }
div.DivClassName
{
background-color: #EDECDB;
}
.BgClassName
{
background-color: #EDECDB;
}
</style>
border-color css
<style>
span { border-color: #EDECDB; }
span { border-color: rgb(237,236,219); }
td.TdClassName
{
border-color: #EDECDB;
}
.TagClassName
{
border-color: #EDECDB;
}
</style>