Shades of Classic Rose #EFC3D3
Tints of Classic Rose #EFC3D3
RGB
CMYK
RGB Variations
Color information
#EFC3D3 (or 0xEFC3D3) is known color: Classic Rose. HEX triplet: EF, C3 and D3. RGB value is (239,195,211). Sum of RGB (Red+Green+Blue) = 239+195+211=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D3 is #103C2C. Grayscale: #D1D1D1. Windows color (decimal): -1063981 or 13878255. OLE color: 13878255.
HSL color Cylindrical-coordinate representation of color #EFC3D3: hue angle of 338.18º 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 #EFC3D3 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 211 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.06 |
| HSL | 338.18º | 0.58% | 0.85% | - |
| HSV(B) | 338.18º | 0.18% | 0.94% | - |
| XYZ | 66.87 | 62.08 | 70.09 | - |
| YUV | 209.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 211 | 0 | 0.18 | 0.12 | 0.06 | 338.18 | 0.58 | 0.85 |
| Hex | EF | C3 | D3 | 0 | 12 | C | 6 | 152 | 3A | 55 |
| Octal | 357 | 303 | 323 | 0 | 22 | 14 | 6 | 522 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11010011 | 0 | 10010 | 1100 | 110 | 101010010 | 111010 | 1010101 |
Color Harmonies of #EFC3D3
Complementary color
Monochromatic Colors of #EFC3D3
Black with #EFC3D3
Text Example
Text Example
White with #EFC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3D3; }
p { color: rgb(239,195,211); }
H1.HeaderClassName
{
color: #EFC3D3;
}
.AnyTagClassName
{
color: #EFC3D3;
}
</style>
background-color css
<style>
a { background-color: #EFC3D3; }
a { background-color: rgb(239,195,211); }
div.DivClassName
{
background-color: #EFC3D3;
}
.BgClassName
{
background-color: #EFC3D3;
}
</style>
border-color css
<style>
span { border-color: #EFC3D3; }
span { border-color: rgb(239,195,211); }
td.TdClassName
{
border-color: #EFC3D3;
}
.TagClassName
{
border-color: #EFC3D3;
}
</style>