Shades of Chantilly #ECB5CC
Tints of Chantilly #ECB5CC
RGB
CMYK
RGB Variations
Color information
#ECB5CC (or 0xECB5CC) is known color: Chantilly. HEX triplet: EC, B5 and CC. RGB value is (236,181,204). Sum of RGB (Red+Green+Blue) = 236+181+204=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5CC is #134A33. Grayscale: #C8C8C8. Windows color (decimal): -1264180 or 13415916. OLE color: 13415916.
HSL color Cylindrical-coordinate representation of color #ECB5CC: hue angle of 334.91º degrees, saturation: 0.59, 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 #ECB5CC is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 181 | 204 | - |
CMYK | 0 | 0.23 | 0.14 | 0.07 |
HSL | 334.91º | 0.59% | 0.82% | - |
HSV(B) | 334.91º | 0.23% | 0.93% | - |
XYZ | 62.02 | 55.24 | 64.52 | - |
YUV | 200.07 | 130.22 | 153.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 204 | 0 | 0.23 | 0.14 | 0.07 | 334.91 | 0.59 | 0.82 |
Hex | EC | B5 | CC | 0 | 17 | E | 7 | 14F | 3B | 52 |
Octal | 354 | 265 | 314 | 0 | 27 | 16 | 7 | 517 | 73 | 122 |
Binary | 11101100 | 10110101 | 11001100 | 0 | 10111 | 1110 | 111 | 101001111 | 111011 | 1010010 |
Color Harmonies of #ECB5CC
Complementary color
Monochromatic Colors of #ECB5CC
Black with #ECB5CC
Text Example
Text Example
White with #ECB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5CC; }
p { color: rgb(236,181,204); }
H1.HeaderClassName
{
color: #ECB5CC;
}
.AnyTagClassName
{
color: #ECB5CC;
}
</style>
background-color css
<style>
a { background-color: #ECB5CC; }
a { background-color: rgb(236,181,204); }
div.DivClassName
{
background-color: #ECB5CC;
}
.BgClassName
{
background-color: #ECB5CC;
}
</style>
border-color css
<style>
span { border-color: #ECB5CC; }
span { border-color: rgb(236,181,204); }
td.TdClassName
{
border-color: #ECB5CC;
}
.TagClassName
{
border-color: #ECB5CC;
}
</style>