Shades of Chantilly #E6C3CD
Tints of Chantilly #E6C3CD
RGB
CMYK
RGB Variations
Color information
#E6C3CD (or 0xE6C3CD) is known color: Chantilly. HEX triplet: E6, C3 and CD. RGB value is (230,195,205). Sum of RGB (Red+Green+Blue) = 230+195+205=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3CD is #193C32. Grayscale: #CECECE. Windows color (decimal): -1653811 or 13485030. OLE color: 13485030.
HSL color Cylindrical-coordinate representation of color #E6C3CD: hue angle of 342.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C3CD is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 195 | 205 | - |
CMYK | 0 | 0.15 | 0.11 | 0.10 |
HSL | 342.86º | 0.41% | 0.83% | - |
HSV(B) | 342.86º | 0.15% | 0.9% | - |
XYZ | 63.17 | 60.26 | 66.06 | - |
YUV | 206.61 | 127.1 | 144.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 195 | 205 | 0 | 0.15 | 0.11 | 0.10 | 342.86 | 0.41 | 0.83 |
Hex | E6 | C3 | CD | 0 | F | B | A | 157 | 29 | 53 |
Octal | 346 | 303 | 315 | 0 | 17 | 13 | 12 | 527 | 51 | 123 |
Binary | 11100110 | 11000011 | 11001101 | 0 | 1111 | 1011 | 1010 | 101010111 | 101001 | 1010011 |
Color Harmonies of #E6C3CD
Complementary color
Monochromatic Colors of #E6C3CD
Black with #E6C3CD
Text Example
Text Example
White with #E6C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C3CD; }
p { color: rgb(230,195,205); }
H1.HeaderClassName
{
color: #E6C3CD;
}
.AnyTagClassName
{
color: #E6C3CD;
}
</style>
background-color css
<style>
a { background-color: #E6C3CD; }
a { background-color: rgb(230,195,205); }
div.DivClassName
{
background-color: #E6C3CD;
}
.BgClassName
{
background-color: #E6C3CD;
}
</style>
border-color css
<style>
span { border-color: #E6C3CD; }
span { border-color: rgb(230,195,205); }
td.TdClassName
{
border-color: #E6C3CD;
}
.TagClassName
{
border-color: #E6C3CD;
}
</style>