Shades of Classic Rose #EFD3E3
Tints of Classic Rose #EFD3E3
RGB
CMYK
RGB Variations
Color information
#EFD3E3 (or 0xEFD3E3) is known color: Classic Rose. HEX triplet: EF, D3 and E3. RGB value is (239,211,227). Sum of RGB (Red+Green+Blue) = 239+211+227=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 211 (82.81% from 255 or 31.17% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD3E3 is #102C1C. Grayscale: #DDDDDD. Windows color (decimal): -1059869 or 14930927. OLE color: 14930927.
HSL color Cylindrical-coordinate representation of color #EFD3E3: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD3E3 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 227 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.06 |
| HSL | 325.71º | 0.47% | 0.88% | - |
| HSV(B) | 325.71º | 0.12% | 0.94% | - |
| XYZ | 72.76 | 70.49 | 82.44 | - |
| YUV | 221.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 227 | 0 | 0.12 | 0.05 | 0.06 | 325.71 | 0.47 | 0.88 |
| Hex | EF | D3 | E3 | 0 | C | 5 | 6 | 146 | 2F | 58 |
| Octal | 357 | 323 | 343 | 0 | 14 | 5 | 6 | 506 | 57 | 130 |
| Binary | 11101111 | 11010011 | 11100011 | 0 | 1100 | 101 | 110 | 101000110 | 101111 | 1011000 |
Color Harmonies of #EFD3E3
Complementary color
Monochromatic Colors of #EFD3E3
Black with #EFD3E3
Text Example
Text Example
White with #EFD3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3E3; }
p { color: rgb(239,211,227); }
H1.HeaderClassName
{
color: #EFD3E3;
}
.AnyTagClassName
{
color: #EFD3E3;
}
</style>
background-color css
<style>
a { background-color: #EFD3E3; }
a { background-color: rgb(239,211,227); }
div.DivClassName
{
background-color: #EFD3E3;
}
.BgClassName
{
background-color: #EFD3E3;
}
</style>
border-color css
<style>
span { border-color: #EFD3E3; }
span { border-color: rgb(239,211,227); }
td.TdClassName
{
border-color: #EFD3E3;
}
.TagClassName
{
border-color: #EFD3E3;
}
</style>