Shades of Chantilly #EDAFC9
Tints of Chantilly #EDAFC9
RGB
CMYK
RGB Variations
Color information
#EDAFC9 (or 0xEDAFC9) is known color: Chantilly. HEX triplet: ED, AF and C9. RGB value is (237,175,201). Sum of RGB (Red+Green+Blue) = 237+175+201=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAFC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDAFC9 is #125036. Grayscale: #C4C4C4. Windows color (decimal): -1200183 or 13217773. OLE color: 13217773.
HSL color Cylindrical-coordinate representation of color #EDAFC9: hue angle of 334.84º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDAFC9 is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 175 | 201 | - |
CMYK | 0 | 0.26 | 0.15 | 0.07 |
HSL | 334.84º | 0.63% | 0.81% | - |
HSV(B) | 334.84º | 0.26% | 0.93% | - |
XYZ | 60.8 | 52.88 | 62.26 | - |
YUV | 196.5 | 130.54 | 156.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 175 | 201 | 0 | 0.26 | 0.15 | 0.07 | 334.84 | 0.63 | 0.81 |
Hex | ED | AF | C9 | 0 | 1A | F | 7 | 14F | 3F | 51 |
Octal | 355 | 257 | 311 | 0 | 32 | 17 | 7 | 517 | 77 | 121 |
Binary | 11101101 | 10101111 | 11001001 | 0 | 11010 | 1111 | 111 | 101001111 | 111111 | 1010001 |
Color Harmonies of #EDAFC9
Complementary color
Monochromatic Colors of #EDAFC9
Black with #EDAFC9
Text Example
Text Example
White with #EDAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAFC9; }
p { color: rgb(237,175,201); }
H1.HeaderClassName
{
color: #EDAFC9;
}
.AnyTagClassName
{
color: #EDAFC9;
}
</style>
background-color css
<style>
a { background-color: #EDAFC9; }
a { background-color: rgb(237,175,201); }
div.DivClassName
{
background-color: #EDAFC9;
}
.BgClassName
{
background-color: #EDAFC9;
}
</style>
border-color css
<style>
span { border-color: #EDAFC9; }
span { border-color: rgb(237,175,201); }
td.TdClassName
{
border-color: #EDAFC9;
}
.TagClassName
{
border-color: #EDAFC9;
}
</style>