Shades of Chantilly #EEB5CB
Tints of Chantilly #EEB5CB
RGB
CMYK
RGB Variations
Color information
#EEB5CB (or 0xEEB5CB) is known color: Chantilly. HEX triplet: EE, B5 and CB. RGB value is (238,181,203). Sum of RGB (Red+Green+Blue) = 238+181+203=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB5CB is #114A34. Grayscale: #C8C8C8. Windows color (decimal): -1133109 or 13350382. OLE color: 13350382.
HSL color Cylindrical-coordinate representation of color #EEB5CB: hue angle of 336.84º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EEB5CB is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 181 | 203 | - |
CMYK | 0 | 0.24 | 0.15 | 0.07 |
HSL | 336.84º | 0.63% | 0.82% | - |
HSV(B) | 336.84º | 0.24% | 0.93% | - |
XYZ | 62.56 | 55.54 | 63.92 | - |
YUV | 200.55 | 129.38 | 154.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 181 | 203 | 0 | 0.24 | 0.15 | 0.07 | 336.84 | 0.63 | 0.82 |
Hex | EE | B5 | CB | 0 | 18 | F | 7 | 151 | 3F | 52 |
Octal | 356 | 265 | 313 | 0 | 30 | 17 | 7 | 521 | 77 | 122 |
Binary | 11101110 | 10110101 | 11001011 | 0 | 11000 | 1111 | 111 | 101010001 | 111111 | 1010010 |
Color Harmonies of #EEB5CB
Complementary color
Monochromatic Colors of #EEB5CB
Black with #EEB5CB
Text Example
Text Example
White with #EEB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB5CB; }
p { color: rgb(238,181,203); }
H1.HeaderClassName
{
color: #EEB5CB;
}
.AnyTagClassName
{
color: #EEB5CB;
}
</style>
background-color css
<style>
a { background-color: #EEB5CB; }
a { background-color: rgb(238,181,203); }
div.DivClassName
{
background-color: #EEB5CB;
}
.BgClassName
{
background-color: #EEB5CB;
}
</style>
border-color css
<style>
span { border-color: #EEB5CB; }
span { border-color: rgb(238,181,203); }
td.TdClassName
{
border-color: #EEB5CB;
}
.TagClassName
{
border-color: #EEB5CB;
}
</style>