Shades of Pale Rose #EEDEDF
Tints of Pale Rose #EEDEDF
RGB
CMYK
RGB Variations
Color information
#EEDEDF (or 0xEEDEDF) is known color: Pale Rose. HEX triplet: EE, DE and DF. RGB value is (238,222,223). Sum of RGB (Red+Green+Blue) = 238+222+223=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEDF is #112120. Grayscale: #E2E2E2. Windows color (decimal): -1122593 or 14671598. OLE color: 14671598.
HSL color Cylindrical-coordinate representation of color #EEDEDF: hue angle of 356.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 222 | 223 | - |
CMYK | 0 | 0.07 | 0.06 | 0.07 |
HSL | 356.25º | 0.32% | 0.9% | - |
HSV(B) | 356.25º | 0.07% | 0.93% | - |
XYZ | 74.7 | 75.75 | 80.5 | - |
YUV | 226.9 | 125.8 | 135.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 222 | 223 | 0 | 0.07 | 0.06 | 0.07 | 356.25 | 0.32 | 0.9 |
Hex | EE | DE | DF | 0 | 7 | 6 | 7 | 164 | 20 | 5A |
Octal | 356 | 336 | 337 | 0 | 7 | 6 | 7 | 544 | 40 | 132 |
Binary | 11101110 | 11011110 | 11011111 | 0 | 111 | 110 | 111 | 101100100 | 100000 | 1011010 |
Color Harmonies of #EEDEDF
Complementary color
Monochromatic Colors of #EEDEDF
Black with #EEDEDF
Text Example
Text Example
White with #EEDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEDF; }
p { color: rgb(238,222,223); }
H1.HeaderClassName
{
color: #EEDEDF;
}
.AnyTagClassName
{
color: #EEDEDF;
}
</style>
background-color css
<style>
a { background-color: #EEDEDF; }
a { background-color: rgb(238,222,223); }
div.DivClassName
{
background-color: #EEDEDF;
}
.BgClassName
{
background-color: #EEDEDF;
}
</style>
border-color css
<style>
span { border-color: #EEDEDF; }
span { border-color: rgb(238,222,223); }
td.TdClassName
{
border-color: #EEDEDF;
}
.TagClassName
{
border-color: #EEDEDF;
}
</style>