Shades of Pale Rose #E9CDD1
Tints of Pale Rose #E9CDD1
RGB
CMYK
RGB Variations
Color information
#E9CDD1 (or 0xE9CDD1) is known color: Pale Rose. HEX triplet: E9, CD and D1. RGB value is (233,205,209). Sum of RGB (Red+Green+Blue) = 233+205+209=647 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.01% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD1 is #16322E. Grayscale: #D5D5D5. Windows color (decimal): -1454639 or 13749737. OLE color: 13749737.
HSL color Cylindrical-coordinate representation of color #E9CDD1: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDD1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 209 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 351.43º | 0.39% | 0.86% | - |
| HSV(B) | 351.43º | 0.12% | 0.91% | - |
| XYZ | 66.94 | 65.59 | 69.45 | - |
| YUV | 213.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 209 | 0 | 0.12 | 0.10 | 0.09 | 351.43 | 0.39 | 0.86 |
| Hex | E9 | CD | D1 | 0 | C | A | 9 | 15F | 27 | 56 |
| Octal | 351 | 315 | 321 | 0 | 14 | 12 | 11 | 537 | 47 | 126 |
| Binary | 11101001 | 11001101 | 11010001 | 0 | 1100 | 1010 | 1001 | 101011111 | 100111 | 1010110 |
Color Harmonies of #E9CDD1
Complementary color
Monochromatic Colors of #E9CDD1
Black with #E9CDD1
Text Example
Text Example
White with #E9CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDD1; }
p { color: rgb(233,205,209); }
H1.HeaderClassName
{
color: #E9CDD1;
}
.AnyTagClassName
{
color: #E9CDD1;
}
</style>
background-color css
<style>
a { background-color: #E9CDD1; }
a { background-color: rgb(233,205,209); }
div.DivClassName
{
background-color: #E9CDD1;
}
.BgClassName
{
background-color: #E9CDD1;
}
</style>
border-color css
<style>
span { border-color: #E9CDD1; }
span { border-color: rgb(233,205,209); }
td.TdClassName
{
border-color: #E9CDD1;
}
.TagClassName
{
border-color: #E9CDD1;
}
</style>