Shades of Pale Rose #EADBDC
Tints of Pale Rose #EADBDC
RGB
CMYK
RGB Variations
Color information
#EADBDC (or 0xEADBDC) is known color: Pale Rose. HEX triplet: EA, DB and DC. RGB value is (234,219,220). Sum of RGB (Red+Green+Blue) = 234+219+220=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBDC is #152423. Grayscale: #DFDFDF. Windows color (decimal): -1385508 or 14474218. OLE color: 14474218.
HSL color Cylindrical-coordinate representation of color #EADBDC: hue angle of 356º degrees, saturation: 0.26, 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 #EADBDC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 219 | 220 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.08 |
| HSL | 356º | 0.26% | 0.89% | - |
| HSV(B) | 356º | 0.06% | 0.92% | - |
| XYZ | 72.18 | 73.32 | 78.06 | - |
| YUV | 223.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 219 | 220 | 0 | 0.06 | 0.06 | 0.08 | 356 | 0.26 | 0.89 |
| Hex | EA | DB | DC | 0 | 6 | 6 | 8 | 164 | 1A | 59 |
| Octal | 352 | 333 | 334 | 0 | 6 | 6 | 10 | 544 | 32 | 131 |
| Binary | 11101010 | 11011011 | 11011100 | 0 | 110 | 110 | 1000 | 101100100 | 11010 | 1011001 |
Color Harmonies of #EADBDC
Complementary color
Monochromatic Colors of #EADBDC
Black with #EADBDC
Text Example
Text Example
White with #EADBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADBDC; }
p { color: rgb(234,219,220); }
H1.HeaderClassName
{
color: #EADBDC;
}
.AnyTagClassName
{
color: #EADBDC;
}
</style>
background-color css
<style>
a { background-color: #EADBDC; }
a { background-color: rgb(234,219,220); }
div.DivClassName
{
background-color: #EADBDC;
}
.BgClassName
{
background-color: #EADBDC;
}
</style>
border-color css
<style>
span { border-color: #EADBDC; }
span { border-color: rgb(234,219,220); }
td.TdClassName
{
border-color: #EADBDC;
}
.TagClassName
{
border-color: #EADBDC;
}
</style>