Shades of Pale Rose #E3D0D3
Tints of Pale Rose #E3D0D3
RGB
CMYK
RGB Variations
Color information
#E3D0D3 (or 0xE3D0D3) is known color: Pale Rose. HEX triplet: E3, D0 and D3. RGB value is (227,208,211). Sum of RGB (Red+Green+Blue) = 227+208+211=646 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.14% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0D3 is #1C2F2C. Grayscale: #D6D6D6. Windows color (decimal): -1847085 or 13881571. OLE color: 13881571.
HSL color Cylindrical-coordinate representation of color #E3D0D3: hue angle of 350.53º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D0D3 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 211 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.11 |
| HSL | 350.53º | 0.25% | 0.85% | - |
| HSV(B) | 350.53º | 0.08% | 0.89% | - |
| XYZ | 65.99 | 66.15 | 70.92 | - |
| YUV | 214.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 211 | 0 | 0.08 | 0.07 | 0.11 | 350.53 | 0.25 | 0.85 |
| Hex | E3 | D0 | D3 | 0 | 8 | 7 | B | 15F | 19 | 55 |
| Octal | 343 | 320 | 323 | 0 | 10 | 7 | 13 | 537 | 31 | 125 |
| Binary | 11100011 | 11010000 | 11010011 | 0 | 1000 | 111 | 1011 | 101011111 | 11001 | 1010101 |
Color Harmonies of #E3D0D3
Complementary color
Monochromatic Colors of #E3D0D3
Black with #E3D0D3
Text Example
Text Example
White with #E3D0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0D3; }
p { color: rgb(227,208,211); }
H1.HeaderClassName
{
color: #E3D0D3;
}
.AnyTagClassName
{
color: #E3D0D3;
}
</style>
background-color css
<style>
a { background-color: #E3D0D3; }
a { background-color: rgb(227,208,211); }
div.DivClassName
{
background-color: #E3D0D3;
}
.BgClassName
{
background-color: #E3D0D3;
}
</style>
border-color css
<style>
span { border-color: #E3D0D3; }
span { border-color: rgb(227,208,211); }
td.TdClassName
{
border-color: #E3D0D3;
}
.TagClassName
{
border-color: #E3D0D3;
}
</style>