Shades of Classic Rose #EFCDDB
Tints of Classic Rose #EFCDDB
RGB
CMYK
RGB Variations
Color information
#EFCDDB (or 0xEFCDDB) is known color: Classic Rose. HEX triplet: EF, CD and DB. RGB value is (239,205,219). Sum of RGB (Red+Green+Blue) = 239+205+219=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDB is #103224. Grayscale: #D8D8D8. Windows color (decimal): -1061413 or 14405103. OLE color: 14405103.
HSL color Cylindrical-coordinate representation of color #EFCDDB: hue angle of 335.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDDB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 219 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.06 |
| HSL | 335.29º | 0.52% | 0.87% | - |
| HSV(B) | 335.29º | 0.14% | 0.94% | - |
| XYZ | 70.21 | 67.13 | 76.27 | - |
| YUV | 216.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 219 | 0 | 0.14 | 0.08 | 0.06 | 335.29 | 0.52 | 0.87 |
| Hex | EF | CD | DB | 0 | E | 8 | 6 | 14F | 34 | 57 |
| Octal | 357 | 315 | 333 | 0 | 16 | 10 | 6 | 517 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11011011 | 0 | 1110 | 1000 | 110 | 101001111 | 110100 | 1010111 |
Color Harmonies of #EFCDDB
Complementary color
Monochromatic Colors of #EFCDDB
Black with #EFCDDB
Text Example
Text Example
White with #EFCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDDB; }
p { color: rgb(239,205,219); }
H1.HeaderClassName
{
color: #EFCDDB;
}
.AnyTagClassName
{
color: #EFCDDB;
}
</style>
background-color css
<style>
a { background-color: #EFCDDB; }
a { background-color: rgb(239,205,219); }
div.DivClassName
{
background-color: #EFCDDB;
}
.BgClassName
{
background-color: #EFCDDB;
}
</style>
border-color css
<style>
span { border-color: #EFCDDB; }
span { border-color: rgb(239,205,219); }
td.TdClassName
{
border-color: #EFCDDB;
}
.TagClassName
{
border-color: #EFCDDB;
}
</style>