Shades of Pale Rose #EAD4DA
Tints of Pale Rose #EAD4DA
RGB
CMYK
RGB Variations
Color information
#EAD4DA (or 0xEAD4DA) is known color: Pale Rose. HEX triplet: EA, D4 and DA. RGB value is (234,212,218). Sum of RGB (Red+Green+Blue) = 234+212+218=664 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.24% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD4DA is #152B25. Grayscale: #DBDBDB. Windows color (decimal): -1387302 or 14341354. OLE color: 14341354.
HSL color Cylindrical-coordinate representation of color #EAD4DA: hue angle of 343.64º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EAD4DA is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 212 | 218 | - |
CMYK | 0 | 0.09 | 0.07 | 0.08 |
HSL | 343.64º | 0.34% | 0.87% | - |
HSV(B) | 343.64º | 0.09% | 0.92% | - |
XYZ | 70.13 | 69.64 | 76.08 | - |
YUV | 219.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 212 | 218 | 0 | 0.09 | 0.07 | 0.08 | 343.64 | 0.34 | 0.87 |
Hex | EA | D4 | DA | 0 | 9 | 7 | 8 | 158 | 22 | 57 |
Octal | 352 | 324 | 332 | 0 | 11 | 7 | 10 | 530 | 42 | 127 |
Binary | 11101010 | 11010100 | 11011010 | 0 | 1001 | 111 | 1000 | 101011000 | 100010 | 1010111 |
Color Harmonies of #EAD4DA
Complementary color
Monochromatic Colors of #EAD4DA
Black with #EAD4DA
Text Example
Text Example
White with #EAD4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD4DA; }
p { color: rgb(234,212,218); }
H1.HeaderClassName
{
color: #EAD4DA;
}
.AnyTagClassName
{
color: #EAD4DA;
}
</style>
background-color css
<style>
a { background-color: #EAD4DA; }
a { background-color: rgb(234,212,218); }
div.DivClassName
{
background-color: #EAD4DA;
}
.BgClassName
{
background-color: #EAD4DA;
}
</style>
border-color css
<style>
span { border-color: #EAD4DA; }
span { border-color: rgb(234,212,218); }
td.TdClassName
{
border-color: #EAD4DA;
}
.TagClassName
{
border-color: #EAD4DA;
}
</style>