Shades of Pale Rose #EEDFE0
Tints of Pale Rose #EEDFE0
RGB
CMYK
RGB Variations
Color information
#EEDFE0 (or 0xEEDFE0) is known color: Pale Rose. HEX triplet: EE, DF and E0. RGB value is (238,223,224). Sum of RGB (Red+Green+Blue) = 238+223+224=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE0 is #11201F. Grayscale: #E3E3E3. Windows color (decimal): -1122336 or 14737390. OLE color: 14737390.
HSL color Cylindrical-coordinate representation of color #EEDFE0: hue angle of 356º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFE0 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 224 | - |
CMYK | 0 | 0.06 | 0.06 | 0.07 |
HSL | 356º | 0.31% | 0.9% | - |
HSV(B) | 356º | 0.06% | 0.93% | - |
XYZ | 75.1 | 76.33 | 81.3 | - |
YUV | 227.6 | 125.97 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 224 | 0 | 0.06 | 0.06 | 0.07 | 356 | 0.31 | 0.9 |
Hex | EE | DF | E0 | 0 | 6 | 6 | 7 | 164 | 1F | 5A |
Octal | 356 | 337 | 340 | 0 | 6 | 6 | 7 | 544 | 37 | 132 |
Binary | 11101110 | 11011111 | 11100000 | 0 | 110 | 110 | 111 | 101100100 | 11111 | 1011010 |
Color Harmonies of #EEDFE0
Complementary color
Monochromatic Colors of #EEDFE0
Black with #EEDFE0
Text Example
Text Example
White with #EEDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFE0; }
p { color: rgb(238,223,224); }
H1.HeaderClassName
{
color: #EEDFE0;
}
.AnyTagClassName
{
color: #EEDFE0;
}
</style>
background-color css
<style>
a { background-color: #EEDFE0; }
a { background-color: rgb(238,223,224); }
div.DivClassName
{
background-color: #EEDFE0;
}
.BgClassName
{
background-color: #EEDFE0;
}
</style>
border-color css
<style>
span { border-color: #EEDFE0; }
span { border-color: rgb(238,223,224); }
td.TdClassName
{
border-color: #EEDFE0;
}
.TagClassName
{
border-color: #EEDFE0;
}
</style>