Shades of Chantilly #EDB6C8
Tints of Chantilly #EDB6C8
RGB
CMYK
RGB Variations
Color information
#EDB6C8 (or 0xEDB6C8) is known color: Chantilly. HEX triplet: ED, B6 and C8. RGB value is (237,182,200). Sum of RGB (Red+Green+Blue) = 237+182+200=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB6C8 is #124937. Grayscale: #C8C8C8. Windows color (decimal): -1198392 or 13154029. OLE color: 13154029.
HSL color Cylindrical-coordinate representation of color #EDB6C8: hue angle of 340.36º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB6C8 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 182 | 200 | - |
CMYK | 0 | 0.23 | 0.16 | 0.07 |
HSL | 340.36º | 0.6% | 0.82% | - |
HSV(B) | 340.36º | 0.23% | 0.93% | - |
XYZ | 62.08 | 55.63 | 62.11 | - |
YUV | 200.5 | 127.72 | 154.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 182 | 200 | 0 | 0.23 | 0.16 | 0.07 | 340.36 | 0.6 | 0.82 |
Hex | ED | B6 | C8 | 0 | 17 | 10 | 7 | 154 | 3C | 52 |
Octal | 355 | 266 | 310 | 0 | 27 | 20 | 7 | 524 | 74 | 122 |
Binary | 11101101 | 10110110 | 11001000 | 0 | 10111 | 10000 | 111 | 101010100 | 111100 | 1010010 |
Color Harmonies of #EDB6C8
Complementary color
Monochromatic Colors of #EDB6C8
Black with #EDB6C8
Text Example
Text Example
White with #EDB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB6C8; }
p { color: rgb(237,182,200); }
H1.HeaderClassName
{
color: #EDB6C8;
}
.AnyTagClassName
{
color: #EDB6C8;
}
</style>
background-color css
<style>
a { background-color: #EDB6C8; }
a { background-color: rgb(237,182,200); }
div.DivClassName
{
background-color: #EDB6C8;
}
.BgClassName
{
background-color: #EDB6C8;
}
</style>
border-color css
<style>
span { border-color: #EDB6C8; }
span { border-color: rgb(237,182,200); }
td.TdClassName
{
border-color: #EDB6C8;
}
.TagClassName
{
border-color: #EDB6C8;
}
</style>