Shades of Pale Rose #EAD2D3
Tints of Pale Rose #EAD2D3
RGB
CMYK
RGB Variations
Color information
#EAD2D3 (or 0xEAD2D3) is known color: Pale Rose. HEX triplet: EA, D2 and D3. RGB value is (234,210,211). Sum of RGB (Red+Green+Blue) = 234+210+211=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD2D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD2D3 is #152D2C. Grayscale: #D9D9D9. Windows color (decimal): -1387821 or 13882090. OLE color: 13882090.
HSL color Cylindrical-coordinate representation of color #EAD2D3: hue angle of 357.5º 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 #EAD2D3 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 210 | 211 | - |
CMYK | 0 | 0.10 | 0.10 | 0.08 |
HSL | 357.5º | 0.36% | 0.87% | - |
HSV(B) | 357.5º | 0.1% | 0.92% | - |
XYZ | 68.74 | 68.29 | 71.19 | - |
YUV | 217.29 | 124.45 | 139.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 210 | 211 | 0 | 0.10 | 0.10 | 0.08 | 357.5 | 0.36 | 0.87 |
Hex | EA | D2 | D3 | 0 | A | A | 8 | 166 | 24 | 57 |
Octal | 352 | 322 | 323 | 0 | 12 | 12 | 10 | 546 | 44 | 127 |
Binary | 11101010 | 11010010 | 11010011 | 0 | 1010 | 1010 | 1000 | 101100110 | 100100 | 1010111 |
Color Harmonies of #EAD2D3
Complementary color
Monochromatic Colors of #EAD2D3
Black with #EAD2D3
Text Example
Text Example
White with #EAD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD2D3; }
p { color: rgb(234,210,211); }
H1.HeaderClassName
{
color: #EAD2D3;
}
.AnyTagClassName
{
color: #EAD2D3;
}
</style>
background-color css
<style>
a { background-color: #EAD2D3; }
a { background-color: rgb(234,210,211); }
div.DivClassName
{
background-color: #EAD2D3;
}
.BgClassName
{
background-color: #EAD2D3;
}
</style>
border-color css
<style>
span { border-color: #EAD2D3; }
span { border-color: rgb(234,210,211); }
td.TdClassName
{
border-color: #EAD2D3;
}
.TagClassName
{
border-color: #EAD2D3;
}
</style>