Shades of Pale Rose #E3CCCD
Tints of Pale Rose #E3CCCD
RGB
CMYK
RGB Variations
Color information
#E3CCCD (or 0xE3CCCD) is known color: Pale Rose. HEX triplet: E3, CC and CD. RGB value is (227,204,205). Sum of RGB (Red+Green+Blue) = 227+204+205=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCCD is #1C3332. Grayscale: #D3D3D3. Windows color (decimal): -1848115 or 13487331. OLE color: 13487331.
HSL color Cylindrical-coordinate representation of color #E3CCCD: hue angle of 357.39º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CCCD is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 205 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.11 |
| HSL | 357.39º | 0.29% | 0.85% | - |
| HSV(B) | 357.39º | 0.1% | 0.89% | - |
| XYZ | 64.29 | 63.92 | 66.71 | - |
| YUV | 210.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 205 | 0 | 0.10 | 0.10 | 0.11 | 357.39 | 0.29 | 0.85 |
| Hex | E3 | CC | CD | 0 | A | A | B | 165 | 1D | 55 |
| Octal | 343 | 314 | 315 | 0 | 12 | 12 | 13 | 545 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11001101 | 0 | 1010 | 1010 | 1011 | 101100101 | 11101 | 1010101 |
Color Harmonies of #E3CCCD
Complementary color
Monochromatic Colors of #E3CCCD
Black with #E3CCCD
Text Example
Text Example
White with #E3CCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCCD; }
p { color: rgb(227,204,205); }
H1.HeaderClassName
{
color: #E3CCCD;
}
.AnyTagClassName
{
color: #E3CCCD;
}
</style>
background-color css
<style>
a { background-color: #E3CCCD; }
a { background-color: rgb(227,204,205); }
div.DivClassName
{
background-color: #E3CCCD;
}
.BgClassName
{
background-color: #E3CCCD;
}
</style>
border-color css
<style>
span { border-color: #E3CCCD; }
span { border-color: rgb(227,204,205); }
td.TdClassName
{
border-color: #E3CCCD;
}
.TagClassName
{
border-color: #E3CCCD;
}
</style>