Shades of Bizarre #EDD5CC
Tints of Bizarre #EDD5CC
RGB
CMYK
RGB Variations
Color information
#EDD5CC (or 0xEDD5CC) is known color: Bizarre. HEX triplet: ED, D5 and CC. RGB value is (237,213,204). Sum of RGB (Red+Green+Blue) = 237+213+204=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5CC is #122A33. Grayscale: #DBDBDB. Windows color (decimal): -1190452 or 13424109. OLE color: 13424109.
HSL color Cylindrical-coordinate representation of color #EDD5CC: hue angle of 16.36º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDD5CC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 213 | 204 | - |
CMYK | 0 | 0.10 | 0.14 | 0.07 |
HSL | 16.36º | 0.48% | 0.86% | - |
HSV(B) | 16.36º | 0.14% | 0.93% | - |
XYZ | 69.62 | 69.95 | 66.96 | - |
YUV | 219.15 | 119.45 | 140.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 213 | 204 | 0 | 0.10 | 0.14 | 0.07 | 16.36 | 0.48 | 0.86 |
Hex | ED | D5 | CC | 0 | A | E | 7 | 10 | 30 | 56 |
Octal | 355 | 325 | 314 | 0 | 12 | 16 | 7 | 20 | 60 | 126 |
Binary | 11101101 | 11010101 | 11001100 | 0 | 1010 | 1110 | 111 | 10000 | 110000 | 1010110 |
Color Harmonies of #EDD5CC
Complementary color
Monochromatic Colors of #EDD5CC
Black with #EDD5CC
Text Example
Text Example
White with #EDD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD5CC; }
p { color: rgb(237,213,204); }
H1.HeaderClassName
{
color: #EDD5CC;
}
.AnyTagClassName
{
color: #EDD5CC;
}
</style>
background-color css
<style>
a { background-color: #EDD5CC; }
a { background-color: rgb(237,213,204); }
div.DivClassName
{
background-color: #EDD5CC;
}
.BgClassName
{
background-color: #EDD5CC;
}
</style>
border-color css
<style>
span { border-color: #EDD5CC; }
span { border-color: rgb(237,213,204); }
td.TdClassName
{
border-color: #EDD5CC;
}
.TagClassName
{
border-color: #EDD5CC;
}
</style>