Shades of Pale Rose #E6CCCF
Tints of Pale Rose #E6CCCF
RGB
CMYK
RGB Variations
Color information
#E6CCCF (or 0xE6CCCF) is known color: Pale Rose. HEX triplet: E6, CC and CF. RGB value is (230,204,207). Sum of RGB (Red+Green+Blue) = 230+204+207=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCCF is #193330. Grayscale: #D4D4D4. Windows color (decimal): -1651505 or 13618406. OLE color: 13618406.
HSL color Cylindrical-coordinate representation of color #E6CCCF: hue angle of 353.08º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCCF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 207 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.10 |
| HSL | 353.08º | 0.34% | 0.85% | - |
| HSV(B) | 353.08º | 0.11% | 0.9% | - |
| XYZ | 65.49 | 64.51 | 68.03 | - |
| YUV | 212.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 207 | 0 | 0.11 | 0.10 | 0.10 | 353.08 | 0.34 | 0.85 |
| Hex | E6 | CC | CF | 0 | B | A | A | 161 | 22 | 55 |
| Octal | 346 | 314 | 317 | 0 | 13 | 12 | 12 | 541 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11001111 | 0 | 1011 | 1010 | 1010 | 101100001 | 100010 | 1010101 |
Color Harmonies of #E6CCCF
Complementary color
Monochromatic Colors of #E6CCCF
Black with #E6CCCF
Text Example
Text Example
White with #E6CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCCF; }
p { color: rgb(230,204,207); }
H1.HeaderClassName
{
color: #E6CCCF;
}
.AnyTagClassName
{
color: #E6CCCF;
}
</style>
background-color css
<style>
a { background-color: #E6CCCF; }
a { background-color: rgb(230,204,207); }
div.DivClassName
{
background-color: #E6CCCF;
}
.BgClassName
{
background-color: #E6CCCF;
}
</style>
border-color css
<style>
span { border-color: #E6CCCF; }
span { border-color: rgb(230,204,207); }
td.TdClassName
{
border-color: #E6CCCF;
}
.TagClassName
{
border-color: #E6CCCF;
}
</style>