Shades of Bizarre #EDD5CD
Tints of Bizarre #EDD5CD
RGB
CMYK
RGB Variations
Color information
#EDD5CD (or 0xEDD5CD) is known color: Bizarre. HEX triplet: ED, D5 and CD. RGB value is (237,213,205). Sum of RGB (Red+Green+Blue) = 237+213+205=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CD is #122A32. Grayscale: #DBDBDB. Windows color (decimal): -1190451 or 13489645. OLE color: 13489645.
HSL color Cylindrical-coordinate representation of color #EDD5CD: hue angle of 15º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD5CD is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 205 | - |
CMYK | 0 | 0.10 | 0.14 | 0.07 |
HSL | 15º | 0.47% | 0.87% | - |
HSV(B) | 15º | 0.14% | 0.93% | - |
XYZ | 69.74 | 70 | 67.59 | - |
YUV | 219.26 | 119.95 | 140.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 205 | 0 | 0.10 | 0.14 | 0.07 | 15 | 0.47 | 0.87 |
Hex | ED | D5 | CD | 0 | A | E | 7 | F | 2F | 57 |
Octal | 355 | 325 | 315 | 0 | 12 | 16 | 7 | 17 | 57 | 127 |
Binary | 11101101 | 11010101 | 11001101 | 0 | 1010 | 1110 | 111 | 1111 | 101111 | 1010111 |
Color Harmonies of #EDD5CD
Complementary color
Monochromatic Colors of #EDD5CD
Black with #EDD5CD
Text Example
Text Example
White with #EDD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5CD; }
p { color: rgb(237,213,205); }
H1.HeaderClassName
{
color: #EDD5CD;
}
.AnyTagClassName
{
color: #EDD5CD;
}
</style>
background-color css
<style>
a { background-color: #EDD5CD; }
a { background-color: rgb(237,213,205); }
div.DivClassName
{
background-color: #EDD5CD;
}
.BgClassName
{
background-color: #EDD5CD;
}
</style>
border-color css
<style>
span { border-color: #EDD5CD; }
span { border-color: rgb(237,213,205); }
td.TdClassName
{
border-color: #EDD5CD;
}
.TagClassName
{
border-color: #EDD5CD;
}
</style>