Shades of Pale Rose #E9CED1
Tints of Pale Rose #E9CED1
RGB
CMYK
RGB Variations
Color information
#E9CED1 (or 0xE9CED1) is known color: Pale Rose. HEX triplet: E9, CE and D1. RGB value is (233,206,209). Sum of RGB (Red+Green+Blue) = 233+206+209=648 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.96% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CED1 is #16312E. Grayscale: #D6D6D6. Windows color (decimal): -1454383 or 13749993. OLE color: 13749993.
HSL color Cylindrical-coordinate representation of color #E9CED1: hue angle of 353.33º degrees, saturation: 0.38, 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 #E9CED1 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 206 | 209 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.09 |
| HSL | 353.33º | 0.38% | 0.86% | - |
| HSV(B) | 353.33º | 0.12% | 0.91% | - |
| XYZ | 67.18 | 66.07 | 69.53 | - |
| YUV | 214.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 206 | 209 | 0 | 0.12 | 0.10 | 0.09 | 353.33 | 0.38 | 0.86 |
| Hex | E9 | CE | D1 | 0 | C | A | 9 | 161 | 26 | 56 |
| Octal | 351 | 316 | 321 | 0 | 14 | 12 | 11 | 541 | 46 | 126 |
| Binary | 11101001 | 11001110 | 11010001 | 0 | 1100 | 1010 | 1001 | 101100001 | 100110 | 1010110 |
Color Harmonies of #E9CED1
Complementary color
Monochromatic Colors of #E9CED1
Black with #E9CED1
Text Example
Text Example
White with #E9CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CED1; }
p { color: rgb(233,206,209); }
H1.HeaderClassName
{
color: #E9CED1;
}
.AnyTagClassName
{
color: #E9CED1;
}
</style>
background-color css
<style>
a { background-color: #E9CED1; }
a { background-color: rgb(233,206,209); }
div.DivClassName
{
background-color: #E9CED1;
}
.BgClassName
{
background-color: #E9CED1;
}
</style>
border-color css
<style>
span { border-color: #E9CED1; }
span { border-color: rgb(233,206,209); }
td.TdClassName
{
border-color: #E9CED1;
}
.TagClassName
{
border-color: #E9CED1;
}
</style>