Shades of Chantilly #EDBECC
Tints of Chantilly #EDBECC
RGB
CMYK
RGB Variations
Color information
#EDBECC (or 0xEDBECC) is known color: Chantilly. HEX triplet: ED, BE and CC. RGB value is (237,190,204). Sum of RGB (Red+Green+Blue) = 237+190+204=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBECC is #124133. Grayscale: #CDCDCD. Windows color (decimal): -1196340 or 13418221. OLE color: 13418221.
HSL color Cylindrical-coordinate representation of color #EDBECC: hue angle of 342.13º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBECC is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 204 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.07 |
| HSL | 342.13º | 0.57% | 0.84% | - |
| HSV(B) | 342.13º | 0.2% | 0.93% | - |
| XYZ | 64.24 | 59.19 | 65.17 | - |
| YUV | 205.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 204 | 0 | 0.20 | 0.14 | 0.07 | 342.13 | 0.57 | 0.84 |
| Hex | ED | BE | CC | 0 | 14 | E | 7 | 156 | 39 | 54 |
| Octal | 355 | 276 | 314 | 0 | 24 | 16 | 7 | 526 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11001100 | 0 | 10100 | 1110 | 111 | 101010110 | 111001 | 1010100 |
Color Harmonies of #EDBECC
Complementary color
Monochromatic Colors of #EDBECC
Black with #EDBECC
Text Example
Text Example
White with #EDBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBECC; }
p { color: rgb(237,190,204); }
H1.HeaderClassName
{
color: #EDBECC;
}
.AnyTagClassName
{
color: #EDBECC;
}
</style>
background-color css
<style>
a { background-color: #EDBECC; }
a { background-color: rgb(237,190,204); }
div.DivClassName
{
background-color: #EDBECC;
}
.BgClassName
{
background-color: #EDBECC;
}
</style>
border-color css
<style>
span { border-color: #EDBECC; }
span { border-color: rgb(237,190,204); }
td.TdClassName
{
border-color: #EDBECC;
}
.TagClassName
{
border-color: #EDBECC;
}
</style>