Shades of Classic Rose #EFC3DF
Tints of Classic Rose #EFC3DF
RGB
CMYK
RGB Variations
Color information
#EFC3DF (or 0xEFC3DF) is known color: Classic Rose. HEX triplet: EF, C3 and DF. RGB value is (239,195,223). Sum of RGB (Red+Green+Blue) = 239+195+223=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DF is #103C20. Grayscale: #D3D3D3. Windows color (decimal): -1063969 or 14664687. OLE color: 14664687.
HSL color Cylindrical-coordinate representation of color #EFC3DF: hue angle of 321.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 #EFC3DF is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 223 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.06 |
| HSL | 321.82º | 0.58% | 0.85% | - |
| HSV(B) | 321.82º | 0.18% | 0.94% | - |
| XYZ | 68.43 | 62.71 | 78.31 | - |
| YUV | 211.35 | 134.58 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 223 | 0 | 0.18 | 0.07 | 0.06 | 321.82 | 0.58 | 0.85 |
| Hex | EF | C3 | DF | 0 | 12 | 7 | 6 | 142 | 3A | 55 |
| Octal | 357 | 303 | 337 | 0 | 22 | 7 | 6 | 502 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11011111 | 0 | 10010 | 111 | 110 | 101000010 | 111010 | 1010101 |
Color Harmonies of #EFC3DF
Complementary color
Monochromatic Colors of #EFC3DF
Black with #EFC3DF
Text Example
Text Example
White with #EFC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3DF; }
p { color: rgb(239,195,223); }
H1.HeaderClassName
{
color: #EFC3DF;
}
.AnyTagClassName
{
color: #EFC3DF;
}
</style>
background-color css
<style>
a { background-color: #EFC3DF; }
a { background-color: rgb(239,195,223); }
div.DivClassName
{
background-color: #EFC3DF;
}
.BgClassName
{
background-color: #EFC3DF;
}
</style>
border-color css
<style>
span { border-color: #EFC3DF; }
span { border-color: rgb(239,195,223); }
td.TdClassName
{
border-color: #EFC3DF;
}
.TagClassName
{
border-color: #EFC3DF;
}
</style>