Shades of Chantilly #EFB5C8
Tints of Chantilly #EFB5C8
RGB
CMYK
RGB Variations
Color information
#EFB5C8 (or 0xEFB5C8) is known color: Chantilly. HEX triplet: EF, B5 and C8. RGB value is (239,181,200). Sum of RGB (Red+Green+Blue) = 239+181+200=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5C8 is #104A37. Grayscale: #C8C8C8. Windows color (decimal): -1067576 or 13153775. OLE color: 13153775.
HSL color Cylindrical-coordinate representation of color #EFB5C8: hue angle of 340.34º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB5C8 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 181 | 200 | - |
CMYK | 0 | 0.24 | 0.16 | 0.06 |
HSL | 340.34º | 0.64% | 0.82% | - |
HSV(B) | 340.34º | 0.24% | 0.94% | - |
XYZ | 62.55 | 55.57 | 62.07 | - |
YUV | 200.51 | 127.72 | 155.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 200 | 0 | 0.24 | 0.16 | 0.06 | 340.34 | 0.64 | 0.82 |
Hex | EF | B5 | C8 | 0 | 18 | 10 | 6 | 154 | 40 | 52 |
Octal | 357 | 265 | 310 | 0 | 30 | 20 | 6 | 524 | 100 | 122 |
Binary | 11101111 | 10110101 | 11001000 | 0 | 11000 | 10000 | 110 | 101010100 | 1000000 | 1010010 |
Color Harmonies of #EFB5C8
Complementary color
Monochromatic Colors of #EFB5C8
Black with #EFB5C8
Text Example
Text Example
White with #EFB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5C8; }
p { color: rgb(239,181,200); }
H1.HeaderClassName
{
color: #EFB5C8;
}
.AnyTagClassName
{
color: #EFB5C8;
}
</style>
background-color css
<style>
a { background-color: #EFB5C8; }
a { background-color: rgb(239,181,200); }
div.DivClassName
{
background-color: #EFB5C8;
}
.BgClassName
{
background-color: #EFB5C8;
}
</style>
border-color css
<style>
span { border-color: #EFB5C8; }
span { border-color: rgb(239,181,200); }
td.TdClassName
{
border-color: #EFB5C8;
}
.TagClassName
{
border-color: #EFB5C8;
}
</style>