Shades of Pale Rose #E3CBCD
Tints of Pale Rose #E3CBCD
RGB
CMYK
RGB Variations
Color information
#E3CBCD (or 0xE3CBCD) is known color: Pale Rose. HEX triplet: E3, CB and CD. RGB value is (227,203,205). Sum of RGB (Red+Green+Blue) = 227+203+205=635 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.75% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CBCD is #1C3432. Grayscale: #D2D2D2. Windows color (decimal): -1848371 or 13487075. OLE color: 13487075.
HSL color Cylindrical-coordinate representation of color #E3CBCD: hue angle of 355º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CBCD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 203 | 205 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.11 |
| HSL | 355º | 0.3% | 0.84% | - |
| HSV(B) | 355º | 0.11% | 0.89% | - |
| XYZ | 64.05 | 63.45 | 66.63 | - |
| YUV | 210.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 203 | 205 | 0 | 0.11 | 0.10 | 0.11 | 355 | 0.3 | 0.84 |
| Hex | E3 | CB | CD | 0 | B | A | B | 163 | 1E | 54 |
| Octal | 343 | 313 | 315 | 0 | 13 | 12 | 13 | 543 | 36 | 124 |
| Binary | 11100011 | 11001011 | 11001101 | 0 | 1011 | 1010 | 1011 | 101100011 | 11110 | 1010100 |
Color Harmonies of #E3CBCD
Complementary color
Monochromatic Colors of #E3CBCD
Black with #E3CBCD
Text Example
Text Example
White with #E3CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CBCD; }
p { color: rgb(227,203,205); }
H1.HeaderClassName
{
color: #E3CBCD;
}
.AnyTagClassName
{
color: #E3CBCD;
}
</style>
background-color css
<style>
a { background-color: #E3CBCD; }
a { background-color: rgb(227,203,205); }
div.DivClassName
{
background-color: #E3CBCD;
}
.BgClassName
{
background-color: #E3CBCD;
}
</style>
border-color css
<style>
span { border-color: #E3CBCD; }
span { border-color: rgb(227,203,205); }
td.TdClassName
{
border-color: #E3CBCD;
}
.TagClassName
{
border-color: #E3CBCD;
}
</style>