Shades of Pale Rose #EADCDD
Tints of Pale Rose #EADCDD
RGB
CMYK
RGB Variations
Color information
#EADCDD (or 0xEADCDD) is known color: Pale Rose. HEX triplet: EA, DC and DD. RGB value is (234,220,221). Sum of RGB (Red+Green+Blue) = 234+220+221=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCDD is #152322. Grayscale: #E0E0E0. Windows color (decimal): -1385251 or 14540010. OLE color: 14540010.
HSL color Cylindrical-coordinate representation of color #EADCDD: hue angle of 355.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADCDD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 221 | - |
CMYK | 0 | 0.06 | 0.06 | 0.08 |
HSL | 355.71º | 0.25% | 0.89% | - |
HSV(B) | 355.71º | 0.06% | 0.92% | - |
XYZ | 72.58 | 73.9 | 78.85 | - |
YUV | 224.3 | 126.14 | 134.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 221 | 0 | 0.06 | 0.06 | 0.08 | 355.71 | 0.25 | 0.89 |
Hex | EA | DC | DD | 0 | 6 | 6 | 8 | 164 | 19 | 59 |
Octal | 352 | 334 | 335 | 0 | 6 | 6 | 10 | 544 | 31 | 131 |
Binary | 11101010 | 11011100 | 11011101 | 0 | 110 | 110 | 1000 | 101100100 | 11001 | 1011001 |
Color Harmonies of #EADCDD
Complementary color
Monochromatic Colors of #EADCDD
Black with #EADCDD
Text Example
Text Example
White with #EADCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCDD; }
p { color: rgb(234,220,221); }
H1.HeaderClassName
{
color: #EADCDD;
}
.AnyTagClassName
{
color: #EADCDD;
}
</style>
background-color css
<style>
a { background-color: #EADCDD; }
a { background-color: rgb(234,220,221); }
div.DivClassName
{
background-color: #EADCDD;
}
.BgClassName
{
background-color: #EADCDD;
}
</style>
border-color css
<style>
span { border-color: #EADCDD; }
span { border-color: rgb(234,220,221); }
td.TdClassName
{
border-color: #EADCDD;
}
.TagClassName
{
border-color: #EADCDD;
}
</style>