Shades of Pale Rose #E6DEE0
Tints of Pale Rose #E6DEE0
RGB
CMYK
RGB Variations
Color information
#E6DEE0 (or 0xE6DEE0) is known color: Pale Rose. HEX triplet: E6, DE and E0. RGB value is (230,222,224). Sum of RGB (Red+Green+Blue) = 230+222+224=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 222 (87.11% from 255 or 32.84% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE0 is #19211F. Grayscale: #E0E0E0. Windows color (decimal): -1646880 or 14737126. OLE color: 14737126.
HSL color Cylindrical-coordinate representation of color #E6DEE0: hue angle of 345º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEE0 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 224 | - |
CMYK | 0 | 0.03 | 0.03 | 0.10 |
HSL | 345º | 0.14% | 0.89% | - |
HSV(B) | 345º | 0.03% | 0.9% | - |
XYZ | 72.21 | 74.45 | 81.08 | - |
YUV | 224.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 224 | 0 | 0.03 | 0.03 | 0.10 | 345 | 0.14 | 0.89 |
Hex | E6 | DE | E0 | 0 | 3 | 3 | A | 159 | E | 59 |
Octal | 346 | 336 | 340 | 0 | 3 | 3 | 12 | 531 | 16 | 131 |
Binary | 11100110 | 11011110 | 11100000 | 0 | 11 | 11 | 1010 | 101011001 | 1110 | 1011001 |
Color Harmonies of #E6DEE0
Complementary color
Monochromatic Colors of #E6DEE0
Black with #E6DEE0
Text Example
Text Example
White with #E6DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEE0; }
p { color: rgb(230,222,224); }
H1.HeaderClassName
{
color: #E6DEE0;
}
.AnyTagClassName
{
color: #E6DEE0;
}
</style>
background-color css
<style>
a { background-color: #E6DEE0; }
a { background-color: rgb(230,222,224); }
div.DivClassName
{
background-color: #E6DEE0;
}
.BgClassName
{
background-color: #E6DEE0;
}
</style>
border-color css
<style>
span { border-color: #E6DEE0; }
span { border-color: rgb(230,222,224); }
td.TdClassName
{
border-color: #E6DEE0;
}
.TagClassName
{
border-color: #E6DEE0;
}
</style>