Shades of Pale Rose #EAD2D6
Tints of Pale Rose #EAD2D6
RGB
CMYK
RGB Variations
Color information
#EAD2D6 (or 0xEAD2D6) is known color: Pale Rose. HEX triplet: EA, D2 and D6. RGB value is (234,210,214). Sum of RGB (Red+Green+Blue) = 234+210+214=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2D6 is #152D29. Grayscale: #D9D9D9. Windows color (decimal): -1387818 or 14078698. OLE color: 14078698.
HSL color Cylindrical-coordinate representation of color #EAD2D6: hue angle of 350º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAD2D6 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 214 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.08 |
| HSL | 350º | 0.36% | 0.87% | - |
| HSV(B) | 350º | 0.1% | 0.92% | - |
| XYZ | 69.12 | 68.44 | 73.19 | - |
| YUV | 217.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 214 | 0 | 0.10 | 0.09 | 0.08 | 350 | 0.36 | 0.87 |
| Hex | EA | D2 | D6 | 0 | A | 9 | 8 | 15E | 24 | 57 |
| Octal | 352 | 322 | 326 | 0 | 12 | 11 | 10 | 536 | 44 | 127 |
| Binary | 11101010 | 11010010 | 11010110 | 0 | 1010 | 1001 | 1000 | 101011110 | 100100 | 1010111 |
Color Harmonies of #EAD2D6
Complementary color
Monochromatic Colors of #EAD2D6
Black with #EAD2D6
Text Example
Text Example
White with #EAD2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2D6; }
p { color: rgb(234,210,214); }
H1.HeaderClassName
{
color: #EAD2D6;
}
.AnyTagClassName
{
color: #EAD2D6;
}
</style>
background-color css
<style>
a { background-color: #EAD2D6; }
a { background-color: rgb(234,210,214); }
div.DivClassName
{
background-color: #EAD2D6;
}
.BgClassName
{
background-color: #EAD2D6;
}
</style>
border-color css
<style>
span { border-color: #EAD2D6; }
span { border-color: rgb(234,210,214); }
td.TdClassName
{
border-color: #EAD2D6;
}
.TagClassName
{
border-color: #EAD2D6;
}
</style>