Shades of Classic Rose #EFC6D5
Tints of Classic Rose #EFC6D5
RGB
CMYK
RGB Variations
Color information
#EFC6D5 (or 0xEFC6D5) is known color: Classic Rose. HEX triplet: EF, C6 and D5. RGB value is (239,198,213). Sum of RGB (Red+Green+Blue) = 239+198+213=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6D5 is #10392A. Grayscale: #D3D3D3. Windows color (decimal): -1063211 or 14010095. OLE color: 14010095.
HSL color Cylindrical-coordinate representation of color #EFC6D5: hue angle of 338.05º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6D5 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 213 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.06 |
| HSL | 338.05º | 0.56% | 0.86% | - |
| HSV(B) | 338.05º | 0.17% | 0.94% | - |
| XYZ | 67.8 | 63.54 | 71.64 | - |
| YUV | 211.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 213 | 0 | 0.17 | 0.11 | 0.06 | 338.05 | 0.56 | 0.86 |
| Hex | EF | C6 | D5 | 0 | 11 | B | 6 | 152 | 38 | 56 |
| Octal | 357 | 306 | 325 | 0 | 21 | 13 | 6 | 522 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11010101 | 0 | 10001 | 1011 | 110 | 101010010 | 111000 | 1010110 |
Color Harmonies of #EFC6D5
Complementary color
Monochromatic Colors of #EFC6D5
Black with #EFC6D5
Text Example
Text Example
White with #EFC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6D5; }
p { color: rgb(239,198,213); }
H1.HeaderClassName
{
color: #EFC6D5;
}
.AnyTagClassName
{
color: #EFC6D5;
}
</style>
background-color css
<style>
a { background-color: #EFC6D5; }
a { background-color: rgb(239,198,213); }
div.DivClassName
{
background-color: #EFC6D5;
}
.BgClassName
{
background-color: #EFC6D5;
}
</style>
border-color css
<style>
span { border-color: #EFC6D5; }
span { border-color: rgb(239,198,213); }
td.TdClassName
{
border-color: #EFC6D5;
}
.TagClassName
{
border-color: #EFC6D5;
}
</style>