Shades of Classic Rose #EFBDDA
Tints of Classic Rose #EFBDDA
RGB
CMYK
RGB Variations
Color information
#EFBDDA (or 0xEFBDDA) is known color: Classic Rose. HEX triplet: EF, BD and DA. RGB value is (239,189,218). Sum of RGB (Red+Green+Blue) = 239+189+218=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDDA is #104225. Grayscale: #CFCFCF. Windows color (decimal): -1065510 or 14335471. OLE color: 14335471.
HSL color Cylindrical-coordinate representation of color #EFBDDA: hue angle of 325.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDDA is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 218 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.06 |
| HSL | 325.2º | 0.61% | 0.84% | - |
| HSV(B) | 325.2º | 0.21% | 0.94% | - |
| XYZ | 66.45 | 59.81 | 74.37 | - |
| YUV | 207.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 218 | 0 | 0.21 | 0.09 | 0.06 | 325.2 | 0.61 | 0.84 |
| Hex | EF | BD | DA | 0 | 15 | 9 | 6 | 145 | 3D | 54 |
| Octal | 357 | 275 | 332 | 0 | 25 | 11 | 6 | 505 | 75 | 124 |
| Binary | 11101111 | 10111101 | 11011010 | 0 | 10101 | 1001 | 110 | 101000101 | 111101 | 1010100 |
Color Harmonies of #EFBDDA
Complementary color
Monochromatic Colors of #EFBDDA
Black with #EFBDDA
Text Example
Text Example
White with #EFBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDDA; }
p { color: rgb(239,189,218); }
H1.HeaderClassName
{
color: #EFBDDA;
}
.AnyTagClassName
{
color: #EFBDDA;
}
</style>
background-color css
<style>
a { background-color: #EFBDDA; }
a { background-color: rgb(239,189,218); }
div.DivClassName
{
background-color: #EFBDDA;
}
.BgClassName
{
background-color: #EFBDDA;
}
</style>
border-color css
<style>
span { border-color: #EFBDDA; }
span { border-color: rgb(239,189,218); }
td.TdClassName
{
border-color: #EFBDDA;
}
.TagClassName
{
border-color: #EFBDDA;
}
</style>