Shades of Bizarre #EDD4CC
Tints of Bizarre #EDD4CC
RGB
CMYK
RGB Variations
Color information
#EDD4CC (or 0xEDD4CC) is known color: Bizarre. HEX triplet: ED, D4 and CC. RGB value is (237,212,204). Sum of RGB (Red+Green+Blue) = 237+212+204=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4CC is #122B33. Grayscale: #DADADA. Windows color (decimal): -1190708 or 13423853. OLE color: 13423853.
HSL color Cylindrical-coordinate representation of color #EDD4CC: hue angle of 14.55º 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 #EDD4CC is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 204 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.07 |
| HSL | 14.55º | 0.48% | 0.86% | - |
| HSV(B) | 14.55º | 0.14% | 0.93% | - |
| XYZ | 69.37 | 69.45 | 66.88 | - |
| YUV | 218.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 204 | 0 | 0.11 | 0.14 | 0.07 | 14.55 | 0.48 | 0.86 |
| Hex | ED | D4 | CC | 0 | B | E | 7 | F | 30 | 56 |
| Octal | 355 | 324 | 314 | 0 | 13 | 16 | 7 | 17 | 60 | 126 |
| Binary | 11101101 | 11010100 | 11001100 | 0 | 1011 | 1110 | 111 | 1111 | 110000 | 1010110 |
Color Harmonies of #EDD4CC
Complementary color
Monochromatic Colors of #EDD4CC
Black with #EDD4CC
Text Example
Text Example
White with #EDD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4CC; }
p { color: rgb(237,212,204); }
H1.HeaderClassName
{
color: #EDD4CC;
}
.AnyTagClassName
{
color: #EDD4CC;
}
</style>
background-color css
<style>
a { background-color: #EDD4CC; }
a { background-color: rgb(237,212,204); }
div.DivClassName
{
background-color: #EDD4CC;
}
.BgClassName
{
background-color: #EDD4CC;
}
</style>
border-color css
<style>
span { border-color: #EDD4CC; }
span { border-color: rgb(237,212,204); }
td.TdClassName
{
border-color: #EDD4CC;
}
.TagClassName
{
border-color: #EDD4CC;
}
</style>