Shades of Pale Rose #EBDFE0
Tints of Pale Rose #EBDFE0
RGB
CMYK
RGB Variations
Color information
#EBDFE0 (or 0xEBDFE0) is known color: Pale Rose. HEX triplet: EB, DF and E0. RGB value is (235,223,224). Sum of RGB (Red+Green+Blue) = 235+223+224=682 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.46% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFE0 is #14201F. Grayscale: #E2E2E2. Windows color (decimal): -1318944 or 14737387. OLE color: 14737387.
HSL color Cylindrical-coordinate representation of color #EBDFE0: hue angle of 355º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFE0 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 224 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.08 |
| HSL | 355º | 0.23% | 0.9% | - |
| HSV(B) | 355º | 0.05% | 0.92% | - |
| XYZ | 74.1 | 75.82 | 81.25 | - |
| YUV | 226.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 224 | 0 | 0.05 | 0.05 | 0.08 | 355 | 0.23 | 0.9 |
| Hex | EB | DF | E0 | 0 | 5 | 5 | 8 | 163 | 17 | 5A |
| Octal | 353 | 337 | 340 | 0 | 5 | 5 | 10 | 543 | 27 | 132 |
| Binary | 11101011 | 11011111 | 11100000 | 0 | 101 | 101 | 1000 | 101100011 | 10111 | 1011010 |
Color Harmonies of #EBDFE0
Complementary color
Monochromatic Colors of #EBDFE0
Black with #EBDFE0
Text Example
Text Example
White with #EBDFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFE0; }
p { color: rgb(235,223,224); }
H1.HeaderClassName
{
color: #EBDFE0;
}
.AnyTagClassName
{
color: #EBDFE0;
}
</style>
background-color css
<style>
a { background-color: #EBDFE0; }
a { background-color: rgb(235,223,224); }
div.DivClassName
{
background-color: #EBDFE0;
}
.BgClassName
{
background-color: #EBDFE0;
}
</style>
border-color css
<style>
span { border-color: #EBDFE0; }
span { border-color: rgb(235,223,224); }
td.TdClassName
{
border-color: #EBDFE0;
}
.TagClassName
{
border-color: #EBDFE0;
}
</style>