Shades of Classic Rose #EFC6D4
Tints of Classic Rose #EFC6D4
RGB
CMYK
RGB Variations
Color information
#EFC6D4 (or 0xEFC6D4) is known color: Classic Rose. HEX triplet: EF, C6 and D4. RGB value is (239,198,212). Sum of RGB (Red+Green+Blue) = 239+198+212=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 198 (77.73% from 255 or 30.51% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6D4 is #10392B. Grayscale: #D3D3D3. Windows color (decimal): -1063212 or 13944559. OLE color: 13944559.
HSL color Cylindrical-coordinate representation of color #EFC6D4: hue angle of 339.51º 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 #EFC6D4 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 212 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.06 |
| HSL | 339.51º | 0.56% | 0.86% | - |
| HSV(B) | 339.51º | 0.17% | 0.94% | - |
| XYZ | 67.67 | 63.49 | 70.98 | - |
| YUV | 211.86 | 128.08 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 212 | 0 | 0.17 | 0.11 | 0.06 | 339.51 | 0.56 | 0.86 |
| Hex | EF | C6 | D4 | 0 | 11 | B | 6 | 154 | 38 | 56 |
| Octal | 357 | 306 | 324 | 0 | 21 | 13 | 6 | 524 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11010100 | 0 | 10001 | 1011 | 110 | 101010100 | 111000 | 1010110 |
Color Harmonies of #EFC6D4
Complementary color
Monochromatic Colors of #EFC6D4
Black with #EFC6D4
Text Example
Text Example
White with #EFC6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6D4; }
p { color: rgb(239,198,212); }
H1.HeaderClassName
{
color: #EFC6D4;
}
.AnyTagClassName
{
color: #EFC6D4;
}
</style>
background-color css
<style>
a { background-color: #EFC6D4; }
a { background-color: rgb(239,198,212); }
div.DivClassName
{
background-color: #EFC6D4;
}
.BgClassName
{
background-color: #EFC6D4;
}
</style>
border-color css
<style>
span { border-color: #EFC6D4; }
span { border-color: rgb(239,198,212); }
td.TdClassName
{
border-color: #EFC6D4;
}
.TagClassName
{
border-color: #EFC6D4;
}
</style>