Shades of Classic Rose #EFDBE9
Tints of Classic Rose #EFDBE9
RGB
CMYK
RGB Variations
Color information
#EFDBE9 (or 0xEFDBE9) is known color: Classic Rose. HEX triplet: EF, DB and E9. RGB value is (239,219,233). Sum of RGB (Red+Green+Blue) = 239+219+233=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBE9 is #102416. Grayscale: #E2E2E2. Windows color (decimal): -1057815 or 15326191. OLE color: 15326191.
HSL color Cylindrical-coordinate representation of color #EFDBE9: hue angle of 318º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBE9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 233 | - |
CMYK | 0 | 0.08 | 0.03 | 0.06 |
HSL | 318º | 0.38% | 0.9% | - |
HSV(B) | 318º | 0.08% | 0.94% | - |
XYZ | 75.64 | 74.9 | 87.56 | - |
YUV | 226.58 | 131.63 | 136.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 233 | 0 | 0.08 | 0.03 | 0.06 | 318 | 0.38 | 0.9 |
Hex | EF | DB | E9 | 0 | 8 | 3 | 6 | 13E | 26 | 5A |
Octal | 357 | 333 | 351 | 0 | 10 | 3 | 6 | 476 | 46 | 132 |
Binary | 11101111 | 11011011 | 11101001 | 0 | 1000 | 11 | 110 | 100111110 | 100110 | 1011010 |
Color Harmonies of #EFDBE9
Complementary color
Monochromatic Colors of #EFDBE9
Black with #EFDBE9
Text Example
Text Example
White with #EFDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBE9; }
p { color: rgb(239,219,233); }
H1.HeaderClassName
{
color: #EFDBE9;
}
.AnyTagClassName
{
color: #EFDBE9;
}
</style>
background-color css
<style>
a { background-color: #EFDBE9; }
a { background-color: rgb(239,219,233); }
div.DivClassName
{
background-color: #EFDBE9;
}
.BgClassName
{
background-color: #EFDBE9;
}
</style>
border-color css
<style>
span { border-color: #EFDBE9; }
span { border-color: rgb(239,219,233); }
td.TdClassName
{
border-color: #EFDBE9;
}
.TagClassName
{
border-color: #EFDBE9;
}
</style>