Shades of Pale Rose #E6CCCD
Tints of Pale Rose #E6CCCD
RGB
CMYK
RGB Variations
Color information
#E6CCCD (or 0xE6CCCD) is known color: Pale Rose. HEX triplet: E6, CC and CD. RGB value is (230,204,205). Sum of RGB (Red+Green+Blue) = 230+204+205=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCCD is #193332. Grayscale: #D3D3D3. Windows color (decimal): -1651507 or 13487334. OLE color: 13487334.
HSL color Cylindrical-coordinate representation of color #E6CCCD: hue angle of 357.69º 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 #E6CCCD is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 205 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.10 |
| HSL | 357.69º | 0.34% | 0.85% | - |
| HSV(B) | 357.69º | 0.11% | 0.9% | - |
| XYZ | 65.25 | 64.42 | 66.75 | - |
| YUV | 211.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 205 | 0 | 0.11 | 0.11 | 0.10 | 357.69 | 0.34 | 0.85 |
| Hex | E6 | CC | CD | 0 | B | B | A | 166 | 22 | 55 |
| Octal | 346 | 314 | 315 | 0 | 13 | 13 | 12 | 546 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11001101 | 0 | 1011 | 1011 | 1010 | 101100110 | 100010 | 1010101 |
Color Harmonies of #E6CCCD
Complementary color
Monochromatic Colors of #E6CCCD
Black with #E6CCCD
Text Example
Text Example
White with #E6CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCCD; }
p { color: rgb(230,204,205); }
H1.HeaderClassName
{
color: #E6CCCD;
}
.AnyTagClassName
{
color: #E6CCCD;
}
</style>
background-color css
<style>
a { background-color: #E6CCCD; }
a { background-color: rgb(230,204,205); }
div.DivClassName
{
background-color: #E6CCCD;
}
.BgClassName
{
background-color: #E6CCCD;
}
</style>
border-color css
<style>
span { border-color: #E6CCCD; }
span { border-color: rgb(230,204,205); }
td.TdClassName
{
border-color: #E6CCCD;
}
.TagClassName
{
border-color: #E6CCCD;
}
</style>