Shades of Pale Rose #EAD5DB
Tints of Pale Rose #EAD5DB
RGB
CMYK
RGB Variations
Color information
#EAD5DB (or 0xEAD5DB) is known color: Pale Rose. HEX triplet: EA, D5 and DB. RGB value is (234,213,219). Sum of RGB (Red+Green+Blue) = 234+213+219=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 213 (83.59% from 255 or 31.98% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD5DB is #152A24. Grayscale: #DBDBDB. Windows color (decimal): -1387045 or 14407146. OLE color: 14407146.
HSL color Cylindrical-coordinate representation of color #EAD5DB: hue angle of 342.86º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD5DB is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 213 | 219 | - |
CMYK | 0 | 0.09 | 0.06 | 0.08 |
HSL | 342.86º | 0.33% | 0.88% | - |
HSV(B) | 342.86º | 0.09% | 0.92% | - |
XYZ | 70.51 | 70.2 | 76.85 | - |
YUV | 219.96 | 127.46 | 138.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 213 | 219 | 0 | 0.09 | 0.06 | 0.08 | 342.86 | 0.33 | 0.88 |
Hex | EA | D5 | DB | 0 | 9 | 6 | 8 | 157 | 21 | 58 |
Octal | 352 | 325 | 333 | 0 | 11 | 6 | 10 | 527 | 41 | 130 |
Binary | 11101010 | 11010101 | 11011011 | 0 | 1001 | 110 | 1000 | 101010111 | 100001 | 1011000 |
Color Harmonies of #EAD5DB
Complementary color
Monochromatic Colors of #EAD5DB
Black with #EAD5DB
Text Example
Text Example
White with #EAD5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD5DB; }
p { color: rgb(234,213,219); }
H1.HeaderClassName
{
color: #EAD5DB;
}
.AnyTagClassName
{
color: #EAD5DB;
}
</style>
background-color css
<style>
a { background-color: #EAD5DB; }
a { background-color: rgb(234,213,219); }
div.DivClassName
{
background-color: #EAD5DB;
}
.BgClassName
{
background-color: #EAD5DB;
}
</style>
border-color css
<style>
span { border-color: #EAD5DB; }
span { border-color: rgb(234,213,219); }
td.TdClassName
{
border-color: #EAD5DB;
}
.TagClassName
{
border-color: #EAD5DB;
}
</style>