Shades of Pale Rose #EED6DB
Tints of Pale Rose #EED6DB
RGB
CMYK
RGB Variations
Color information
#EED6DB (or 0xEED6DB) is known color: Pale Rose. HEX triplet: EE, D6 and DB. RGB value is (238,214,219). Sum of RGB (Red+Green+Blue) = 238+214+219=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DB is #112924. Grayscale: #DDDDDD. Windows color (decimal): -1124645 or 14407406. OLE color: 14407406.
HSL color Cylindrical-coordinate representation of color #EED6DB: hue angle of 347.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6DB is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 214 | 219 | - |
CMYK | 0 | 0.10 | 0.08 | 0.07 |
HSL | 347.5º | 0.41% | 0.89% | - |
HSV(B) | 347.5º | 0.1% | 0.93% | - |
XYZ | 72.09 | 71.38 | 77 | - |
YUV | 221.75 | 126.45 | 139.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 214 | 219 | 0 | 0.10 | 0.08 | 0.07 | 347.5 | 0.41 | 0.89 |
Hex | EE | D6 | DB | 0 | A | 8 | 7 | 15C | 29 | 59 |
Octal | 356 | 326 | 333 | 0 | 12 | 10 | 7 | 534 | 51 | 131 |
Binary | 11101110 | 11010110 | 11011011 | 0 | 1010 | 1000 | 111 | 101011100 | 101001 | 1011001 |
Color Harmonies of #EED6DB
Complementary color
Monochromatic Colors of #EED6DB
Black with #EED6DB
Text Example
Text Example
White with #EED6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6DB; }
p { color: rgb(238,214,219); }
H1.HeaderClassName
{
color: #EED6DB;
}
.AnyTagClassName
{
color: #EED6DB;
}
</style>
background-color css
<style>
a { background-color: #EED6DB; }
a { background-color: rgb(238,214,219); }
div.DivClassName
{
background-color: #EED6DB;
}
.BgClassName
{
background-color: #EED6DB;
}
</style>
border-color css
<style>
span { border-color: #EED6DB; }
span { border-color: rgb(238,214,219); }
td.TdClassName
{
border-color: #EED6DB;
}
.TagClassName
{
border-color: #EED6DB;
}
</style>