Shades of Pale Rose #E3CCCF
Tints of Pale Rose #E3CCCF
RGB
CMYK
RGB Variations
Color information
#E3CCCF (or 0xE3CCCF) is known color: Pale Rose. HEX triplet: E3, CC and CF. RGB value is (227,204,207). Sum of RGB (Red+Green+Blue) = 227+204+207=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCCF is #1C3330. Grayscale: #D3D3D3. Windows color (decimal): -1848113 or 13618403. OLE color: 13618403.
HSL color Cylindrical-coordinate representation of color #E3CCCF: hue angle of 352.17º 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 #E3CCCF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 207 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.11 |
| HSL | 352.17º | 0.29% | 0.85% | - |
| HSV(B) | 352.17º | 0.1% | 0.89% | - |
| XYZ | 64.53 | 64.02 | 67.99 | - |
| YUV | 211.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 207 | 0 | 0.10 | 0.09 | 0.11 | 352.17 | 0.29 | 0.85 |
| Hex | E3 | CC | CF | 0 | A | 9 | B | 160 | 1D | 55 |
| Octal | 343 | 314 | 317 | 0 | 12 | 11 | 13 | 540 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11001111 | 0 | 1010 | 1001 | 1011 | 101100000 | 11101 | 1010101 |
Color Harmonies of #E3CCCF
Complementary color
Monochromatic Colors of #E3CCCF
Black with #E3CCCF
Text Example
Text Example
White with #E3CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCCF; }
p { color: rgb(227,204,207); }
H1.HeaderClassName
{
color: #E3CCCF;
}
.AnyTagClassName
{
color: #E3CCCF;
}
</style>
background-color css
<style>
a { background-color: #E3CCCF; }
a { background-color: rgb(227,204,207); }
div.DivClassName
{
background-color: #E3CCCF;
}
.BgClassName
{
background-color: #E3CCCF;
}
</style>
border-color css
<style>
span { border-color: #E3CCCF; }
span { border-color: rgb(227,204,207); }
td.TdClassName
{
border-color: #E3CCCF;
}
.TagClassName
{
border-color: #E3CCCF;
}
</style>