Shades of Chantilly #EDB5CC
Tints of Chantilly #EDB5CC
RGB
CMYK
RGB Variations
Color information
#EDB5CC (or 0xEDB5CC) is known color: Chantilly. HEX triplet: ED, B5 and CC. RGB value is (237,181,204). Sum of RGB (Red+Green+Blue) = 237+181+204=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5CC is #124A33. Grayscale: #C8C8C8. Windows color (decimal): -1198644 or 13415917. OLE color: 13415917.
HSL color Cylindrical-coordinate representation of color #EDB5CC: hue angle of 335.36º degrees, saturation: 0.61, 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 #EDB5CC is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 181 | 204 | - |
CMYK | 0 | 0.24 | 0.14 | 0.07 |
HSL | 335.36º | 0.61% | 0.82% | - |
HSV(B) | 335.36º | 0.24% | 0.93% | - |
XYZ | 62.35 | 55.41 | 64.54 | - |
YUV | 200.37 | 130.05 | 154.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 181 | 204 | 0 | 0.24 | 0.14 | 0.07 | 335.36 | 0.61 | 0.82 |
Hex | ED | B5 | CC | 0 | 18 | E | 7 | 14F | 3D | 52 |
Octal | 355 | 265 | 314 | 0 | 30 | 16 | 7 | 517 | 75 | 122 |
Binary | 11101101 | 10110101 | 11001100 | 0 | 11000 | 1110 | 111 | 101001111 | 111101 | 1010010 |
Color Harmonies of #EDB5CC
Complementary color
Monochromatic Colors of #EDB5CC
Black with #EDB5CC
Text Example
Text Example
White with #EDB5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5CC; }
p { color: rgb(237,181,204); }
H1.HeaderClassName
{
color: #EDB5CC;
}
.AnyTagClassName
{
color: #EDB5CC;
}
</style>
background-color css
<style>
a { background-color: #EDB5CC; }
a { background-color: rgb(237,181,204); }
div.DivClassName
{
background-color: #EDB5CC;
}
.BgClassName
{
background-color: #EDB5CC;
}
</style>
border-color css
<style>
span { border-color: #EDB5CC; }
span { border-color: rgb(237,181,204); }
td.TdClassName
{
border-color: #EDB5CC;
}
.TagClassName
{
border-color: #EDB5CC;
}
</style>