Shades of Classic Rose #EFCCDB
Tints of Classic Rose #EFCCDB
RGB
CMYK
RGB Variations
Color information
#EFCCDB (or 0xEFCCDB) is known color: Classic Rose. HEX triplet: EF, CC and DB. RGB value is (239,204,219). Sum of RGB (Red+Green+Blue) = 239+204+219=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDB is #103324. Grayscale: #D8D8D8. Windows color (decimal): -1061669 or 14404847. OLE color: 14404847.
HSL color Cylindrical-coordinate representation of color #EFCCDB: hue angle of 334.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCDB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 219 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.06 |
| HSL | 334.29º | 0.52% | 0.87% | - |
| HSV(B) | 334.29º | 0.15% | 0.94% | - |
| XYZ | 69.98 | 66.65 | 76.19 | - |
| YUV | 216.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 219 | 0 | 0.15 | 0.08 | 0.06 | 334.29 | 0.52 | 0.87 |
| Hex | EF | CC | DB | 0 | F | 8 | 6 | 14E | 34 | 57 |
| Octal | 357 | 314 | 333 | 0 | 17 | 10 | 6 | 516 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11011011 | 0 | 1111 | 1000 | 110 | 101001110 | 110100 | 1010111 |
Color Harmonies of #EFCCDB
Complementary color
Monochromatic Colors of #EFCCDB
Black with #EFCCDB
Text Example
Text Example
White with #EFCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCDB; }
p { color: rgb(239,204,219); }
H1.HeaderClassName
{
color: #EFCCDB;
}
.AnyTagClassName
{
color: #EFCCDB;
}
</style>
background-color css
<style>
a { background-color: #EFCCDB; }
a { background-color: rgb(239,204,219); }
div.DivClassName
{
background-color: #EFCCDB;
}
.BgClassName
{
background-color: #EFCCDB;
}
</style>
border-color css
<style>
span { border-color: #EFCCDB; }
span { border-color: rgb(239,204,219); }
td.TdClassName
{
border-color: #EFCCDB;
}
.TagClassName
{
border-color: #EFCCDB;
}
</style>