Shades of Azalea #E6C6C7
Tints of Azalea #E6C6C7
RGB
CMYK
RGB Variations
Color information
#E6C6C7 (or 0xE6C6C7) is known color: Azalea. HEX triplet: E6, C6 and C7. RGB value is (230,198,199). Sum of RGB (Red+Green+Blue) = 230+198+199=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C6C7 is #193938. Grayscale: #CFCFCF. Windows color (decimal): -1653049 or 13092582. OLE color: 13092582.
HSL color Cylindrical-coordinate representation of color #E6C6C7: hue angle of 358.12º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6C6C7 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 198 | 199 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.10 |
| HSL | 358.13º | 0.39% | 0.84% | - |
| HSV(B) | 358.13º | 0.14% | 0.9% | - |
| XYZ | 63.14 | 61.33 | 62.54 | - |
| YUV | 207.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 198 | 199 | 0 | 0.14 | 0.13 | 0.10 | 358.13 | 0.39 | 0.84 |
| Hex | E6 | C6 | C7 | 0 | E | D | A | 166 | 27 | 54 |
| Octal | 346 | 306 | 307 | 0 | 16 | 15 | 12 | 546 | 47 | 124 |
| Binary | 11100110 | 11000110 | 11000111 | 0 | 1110 | 1101 | 1010 | 101100110 | 100111 | 1010100 |
Color Harmonies of #E6C6C7
Complementary color
Monochromatic Colors of #E6C6C7
Black with #E6C6C7
Text Example
Text Example
White with #E6C6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C6C7; }
p { color: rgb(230,198,199); }
H1.HeaderClassName
{
color: #E6C6C7;
}
.AnyTagClassName
{
color: #E6C6C7;
}
</style>
background-color css
<style>
a { background-color: #E6C6C7; }
a { background-color: rgb(230,198,199); }
div.DivClassName
{
background-color: #E6C6C7;
}
.BgClassName
{
background-color: #E6C6C7;
}
</style>
border-color css
<style>
span { border-color: #E6C6C7; }
span { border-color: rgb(230,198,199); }
td.TdClassName
{
border-color: #E6C6C7;
}
.TagClassName
{
border-color: #E6C6C7;
}
</style>