Shades of Pale Rose #E9CDD2
Tints of Pale Rose #E9CDD2
RGB
CMYK
RGB Variations
Color information
#E9CDD2 (or 0xE9CDD2) is known color: Pale Rose. HEX triplet: E9, CD and D2. RGB value is (233,205,210). Sum of RGB (Red+Green+Blue) = 233+205+210=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDD2 is #16322D. Grayscale: #D5D5D5. Windows color (decimal): -1454638 or 13815273. OLE color: 13815273.
HSL color Cylindrical-coordinate representation of color #E9CDD2: hue angle of 349.29º 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 #E9CDD2 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 210 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 349.29º | 0.39% | 0.86% | - |
| HSV(B) | 349.29º | 0.12% | 0.91% | - |
| XYZ | 67.07 | 65.64 | 70.11 | - |
| YUV | 213.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 210 | 0 | 0.12 | 0.10 | 0.09 | 349.29 | 0.39 | 0.86 |
| Hex | E9 | CD | D2 | 0 | C | A | 9 | 15D | 27 | 56 |
| Octal | 351 | 315 | 322 | 0 | 14 | 12 | 11 | 535 | 47 | 126 |
| Binary | 11101001 | 11001101 | 11010010 | 0 | 1100 | 1010 | 1001 | 101011101 | 100111 | 1010110 |
Color Harmonies of #E9CDD2
Complementary color
Monochromatic Colors of #E9CDD2
Black with #E9CDD2
Text Example
Text Example
White with #E9CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDD2; }
p { color: rgb(233,205,210); }
H1.HeaderClassName
{
color: #E9CDD2;
}
.AnyTagClassName
{
color: #E9CDD2;
}
</style>
background-color css
<style>
a { background-color: #E9CDD2; }
a { background-color: rgb(233,205,210); }
div.DivClassName
{
background-color: #E9CDD2;
}
.BgClassName
{
background-color: #E9CDD2;
}
</style>
border-color css
<style>
span { border-color: #E9CDD2; }
span { border-color: rgb(233,205,210); }
td.TdClassName
{
border-color: #E9CDD2;
}
.TagClassName
{
border-color: #E9CDD2;
}
</style>