Shades of Pale Rose #E9CFD5
Tints of Pale Rose #E9CFD5
RGB
CMYK
RGB Variations
Color information
#E9CFD5 (or 0xE9CFD5) is known color: Pale Rose. HEX triplet: E9, CF and D5. RGB value is (233,207,213). Sum of RGB (Red+Green+Blue) = 233+207+213=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CFD5 is #16302A. Grayscale: #D7D7D7. Windows color (decimal): -1454123 or 14012393. OLE color: 14012393.
HSL color Cylindrical-coordinate representation of color #E9CFD5: hue angle of 346.15º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9CFD5 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 207 | 213 | - |
CMYK | 0 | 0.11 | 0.09 | 0.09 |
HSL | 346.15º | 0.37% | 0.86% | - |
HSV(B) | 346.15º | 0.11% | 0.91% | - |
XYZ | 67.93 | 66.75 | 72.26 | - |
YUV | 215.46 | 126.61 | 140.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 207 | 213 | 0 | 0.11 | 0.09 | 0.09 | 346.15 | 0.37 | 0.86 |
Hex | E9 | CF | D5 | 0 | B | 9 | 9 | 15A | 25 | 56 |
Octal | 351 | 317 | 325 | 0 | 13 | 11 | 11 | 532 | 45 | 126 |
Binary | 11101001 | 11001111 | 11010101 | 0 | 1011 | 1001 | 1001 | 101011010 | 100101 | 1010110 |
Color Harmonies of #E9CFD5
Complementary color
Monochromatic Colors of #E9CFD5
Black with #E9CFD5
Text Example
Text Example
White with #E9CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CFD5; }
p { color: rgb(233,207,213); }
H1.HeaderClassName
{
color: #E9CFD5;
}
.AnyTagClassName
{
color: #E9CFD5;
}
</style>
background-color css
<style>
a { background-color: #E9CFD5; }
a { background-color: rgb(233,207,213); }
div.DivClassName
{
background-color: #E9CFD5;
}
.BgClassName
{
background-color: #E9CFD5;
}
</style>
border-color css
<style>
span { border-color: #E9CFD5; }
span { border-color: rgb(233,207,213); }
td.TdClassName
{
border-color: #E9CFD5;
}
.TagClassName
{
border-color: #E9CFD5;
}
</style>