Shades of Pale Rose #E6CCCE
Tints of Pale Rose #E6CCCE
RGB
CMYK
RGB Variations
Color information
#E6CCCE (or 0xE6CCCE) is known color: Pale Rose. HEX triplet: E6, CC and CE. RGB value is (230,204,206). Sum of RGB (Red+Green+Blue) = 230+204+206=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCCE is #193331. Grayscale: #D4D4D4. Windows color (decimal): -1651506 or 13552870. OLE color: 13552870.
HSL color Cylindrical-coordinate representation of color #E6CCCE: hue angle of 355.38º 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 #E6CCCE is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 206 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.10 |
| HSL | 355.38º | 0.34% | 0.85% | - |
| HSV(B) | 355.38º | 0.11% | 0.9% | - |
| XYZ | 65.37 | 64.46 | 67.39 | - |
| YUV | 212 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 206 | 0 | 0.11 | 0.10 | 0.10 | 355.38 | 0.34 | 0.85 |
| Hex | E6 | CC | CE | 0 | B | A | A | 163 | 22 | 55 |
| Octal | 346 | 314 | 316 | 0 | 13 | 12 | 12 | 543 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11001110 | 0 | 1011 | 1010 | 1010 | 101100011 | 100010 | 1010101 |
Color Harmonies of #E6CCCE
Complementary color
Monochromatic Colors of #E6CCCE
Black with #E6CCCE
Text Example
Text Example
White with #E6CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCCE; }
p { color: rgb(230,204,206); }
H1.HeaderClassName
{
color: #E6CCCE;
}
.AnyTagClassName
{
color: #E6CCCE;
}
</style>
background-color css
<style>
a { background-color: #E6CCCE; }
a { background-color: rgb(230,204,206); }
div.DivClassName
{
background-color: #E6CCCE;
}
.BgClassName
{
background-color: #E6CCCE;
}
</style>
border-color css
<style>
span { border-color: #E6CCCE; }
span { border-color: rgb(230,204,206); }
td.TdClassName
{
border-color: #E6CCCE;
}
.TagClassName
{
border-color: #E6CCCE;
}
</style>