Shades of Chantilly #EFB5CA
Tints of Chantilly #EFB5CA
RGB
CMYK
RGB Variations
Color information
#EFB5CA (or 0xEFB5CA) is known color: Chantilly. HEX triplet: EF, B5 and CA. RGB value is (239,181,202). Sum of RGB (Red+Green+Blue) = 239+181+202=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB5CA is #104A35. Grayscale: #C8C8C8. Windows color (decimal): -1067574 or 13284847. OLE color: 13284847.
HSL color Cylindrical-coordinate representation of color #EFB5CA: hue angle of 338.28º 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 #EFB5CA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 181 | 202 | - |
CMYK | 0 | 0.24 | 0.15 | 0.06 |
HSL | 338.28º | 0.64% | 0.82% | - |
HSV(B) | 338.28º | 0.24% | 0.94% | - |
XYZ | 62.78 | 55.66 | 63.31 | - |
YUV | 200.74 | 128.72 | 155.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 181 | 202 | 0 | 0.24 | 0.15 | 0.06 | 338.28 | 0.64 | 0.82 |
Hex | EF | B5 | CA | 0 | 18 | F | 6 | 152 | 40 | 52 |
Octal | 357 | 265 | 312 | 0 | 30 | 17 | 6 | 522 | 100 | 122 |
Binary | 11101111 | 10110101 | 11001010 | 0 | 11000 | 1111 | 110 | 101010010 | 1000000 | 1010010 |
Color Harmonies of #EFB5CA
Complementary color
Monochromatic Colors of #EFB5CA
Black with #EFB5CA
Text Example
Text Example
White with #EFB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB5CA; }
p { color: rgb(239,181,202); }
H1.HeaderClassName
{
color: #EFB5CA;
}
.AnyTagClassName
{
color: #EFB5CA;
}
</style>
background-color css
<style>
a { background-color: #EFB5CA; }
a { background-color: rgb(239,181,202); }
div.DivClassName
{
background-color: #EFB5CA;
}
.BgClassName
{
background-color: #EFB5CA;
}
</style>
border-color css
<style>
span { border-color: #EFB5CA; }
span { border-color: rgb(239,181,202); }
td.TdClassName
{
border-color: #EFB5CA;
}
.TagClassName
{
border-color: #EFB5CA;
}
</style>