Shades of Classic Rose #EFC3D4
Tints of Classic Rose #EFC3D4
RGB
CMYK
RGB Variations
Color information
#EFC3D4 (or 0xEFC3D4) is known color: Classic Rose. HEX triplet: EF, C3 and D4. RGB value is (239,195,212). Sum of RGB (Red+Green+Blue) = 239+195+212=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 195 (76.56% from 255 or 30.19% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D4 is #103C2B. Grayscale: #D2D2D2. Windows color (decimal): -1063980 or 13943791. OLE color: 13943791.
HSL color Cylindrical-coordinate representation of color #EFC3D4: hue angle of 336.82º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3D4 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 212 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.06 |
| HSL | 336.82º | 0.58% | 0.85% | - |
| HSV(B) | 336.82º | 0.18% | 0.94% | - |
| XYZ | 67 | 62.13 | 70.75 | - |
| YUV | 210.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 212 | 0 | 0.18 | 0.11 | 0.06 | 336.82 | 0.58 | 0.85 |
| Hex | EF | C3 | D4 | 0 | 12 | B | 6 | 151 | 3A | 55 |
| Octal | 357 | 303 | 324 | 0 | 22 | 13 | 6 | 521 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11010100 | 0 | 10010 | 1011 | 110 | 101010001 | 111010 | 1010101 |
Color Harmonies of #EFC3D4
Complementary color
Monochromatic Colors of #EFC3D4
Black with #EFC3D4
Text Example
Text Example
White with #EFC3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3D4; }
p { color: rgb(239,195,212); }
H1.HeaderClassName
{
color: #EFC3D4;
}
.AnyTagClassName
{
color: #EFC3D4;
}
</style>
background-color css
<style>
a { background-color: #EFC3D4; }
a { background-color: rgb(239,195,212); }
div.DivClassName
{
background-color: #EFC3D4;
}
.BgClassName
{
background-color: #EFC3D4;
}
</style>
border-color css
<style>
span { border-color: #EFC3D4; }
span { border-color: rgb(239,195,212); }
td.TdClassName
{
border-color: #EFC3D4;
}
.TagClassName
{
border-color: #EFC3D4;
}
</style>