Shades of Pale Rose #E6C8CC
Tints of Pale Rose #E6C8CC
RGB
CMYK
RGB Variations
Color information
#E6C8CC (or 0xE6C8CC) is known color: Pale Rose. HEX triplet: E6, C8 and CC. RGB value is (230,200,204). Sum of RGB (Red+Green+Blue) = 230+200+204=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CC is #193733. Grayscale: #D1D1D1. Windows color (decimal): -1652532 or 13420774. OLE color: 13420774.
HSL color Cylindrical-coordinate representation of color #E6C8CC: hue angle of 352º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C8CC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 204 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.10 |
| HSL | 352º | 0.38% | 0.84% | - |
| HSV(B) | 352º | 0.13% | 0.9% | - |
| XYZ | 64.19 | 62.49 | 65.81 | - |
| YUV | 209.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 204 | 0 | 0.13 | 0.11 | 0.10 | 352 | 0.38 | 0.84 |
| Hex | E6 | C8 | CC | 0 | D | B | A | 160 | 26 | 54 |
| Octal | 346 | 310 | 314 | 0 | 15 | 13 | 12 | 540 | 46 | 124 |
| Binary | 11100110 | 11001000 | 11001100 | 0 | 1101 | 1011 | 1010 | 101100000 | 100110 | 1010100 |
Color Harmonies of #E6C8CC
Complementary color
Monochromatic Colors of #E6C8CC
Black with #E6C8CC
Text Example
Text Example
White with #E6C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8CC; }
p { color: rgb(230,200,204); }
H1.HeaderClassName
{
color: #E6C8CC;
}
.AnyTagClassName
{
color: #E6C8CC;
}
</style>
background-color css
<style>
a { background-color: #E6C8CC; }
a { background-color: rgb(230,200,204); }
div.DivClassName
{
background-color: #E6C8CC;
}
.BgClassName
{
background-color: #E6C8CC;
}
</style>
border-color css
<style>
span { border-color: #E6C8CC; }
span { border-color: rgb(230,200,204); }
td.TdClassName
{
border-color: #E6C8CC;
}
.TagClassName
{
border-color: #E6C8CC;
}
</style>