Shades of Bizarre #EDD6CC
Tints of Bizarre #EDD6CC
RGB
CMYK
RGB Variations
Color information
#EDD6CC (or 0xEDD6CC) is known color: Bizarre. HEX triplet: ED, D6 and CC. RGB value is (237,214,204). Sum of RGB (Red+Green+Blue) = 237+214+204=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD6CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD6CC is #122933. Grayscale: #DBDBDB. Windows color (decimal): -1190196 or 13424365. OLE color: 13424365.
HSL color Cylindrical-coordinate representation of color #EDD6CC: hue angle of 18.18º 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 #EDD6CC is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 204 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.07 |
| HSL | 18.18º | 0.48% | 0.86% | - |
| HSV(B) | 18.18º | 0.14% | 0.93% | - |
| XYZ | 69.87 | 70.46 | 67.04 | - |
| YUV | 219.74 | 119.12 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 204 | 0 | 0.10 | 0.14 | 0.07 | 18.18 | 0.48 | 0.86 |
| Hex | ED | D6 | CC | 0 | A | E | 7 | 12 | 30 | 56 |
| Octal | 355 | 326 | 314 | 0 | 12 | 16 | 7 | 22 | 60 | 126 |
| Binary | 11101101 | 11010110 | 11001100 | 0 | 1010 | 1110 | 111 | 10010 | 110000 | 1010110 |
Color Harmonies of #EDD6CC
Complementary color
Monochromatic Colors of #EDD6CC
Black with #EDD6CC
Text Example
Text Example
White with #EDD6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD6CC; }
p { color: rgb(237,214,204); }
H1.HeaderClassName
{
color: #EDD6CC;
}
.AnyTagClassName
{
color: #EDD6CC;
}
</style>
background-color css
<style>
a { background-color: #EDD6CC; }
a { background-color: rgb(237,214,204); }
div.DivClassName
{
background-color: #EDD6CC;
}
.BgClassName
{
background-color: #EDD6CC;
}
</style>
border-color css
<style>
span { border-color: #EDD6CC; }
span { border-color: rgb(237,214,204); }
td.TdClassName
{
border-color: #EDD6CC;
}
.TagClassName
{
border-color: #EDD6CC;
}
</style>