Shades of Classic Rose #EFC1DC
Tints of Classic Rose #EFC1DC
RGB
CMYK
RGB Variations
Color information
#EFC1DC (or 0xEFC1DC) is known color: Classic Rose. HEX triplet: EF, C1 and DC. RGB value is (239,193,220). Sum of RGB (Red+Green+Blue) = 239+193+220=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1DC is #103E23. Grayscale: #D1D1D1. Windows color (decimal): -1064484 or 14467567. OLE color: 14467567.
HSL color Cylindrical-coordinate representation of color #EFC1DC: hue angle of 324.78º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1DC is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 220 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.06 |
| HSL | 324.78º | 0.59% | 0.85% | - |
| HSV(B) | 324.78º | 0.19% | 0.94% | - |
| XYZ | 67.58 | 61.66 | 76.05 | - |
| YUV | 209.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 220 | 0 | 0.19 | 0.08 | 0.06 | 324.78 | 0.59 | 0.85 |
| Hex | EF | C1 | DC | 0 | 13 | 8 | 6 | 145 | 3B | 55 |
| Octal | 357 | 301 | 334 | 0 | 23 | 10 | 6 | 505 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11011100 | 0 | 10011 | 1000 | 110 | 101000101 | 111011 | 1010101 |
Color Harmonies of #EFC1DC
Complementary color
Monochromatic Colors of #EFC1DC
Black with #EFC1DC
Text Example
Text Example
White with #EFC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1DC; }
p { color: rgb(239,193,220); }
H1.HeaderClassName
{
color: #EFC1DC;
}
.AnyTagClassName
{
color: #EFC1DC;
}
</style>
background-color css
<style>
a { background-color: #EFC1DC; }
a { background-color: rgb(239,193,220); }
div.DivClassName
{
background-color: #EFC1DC;
}
.BgClassName
{
background-color: #EFC1DC;
}
</style>
border-color css
<style>
span { border-color: #EFC1DC; }
span { border-color: rgb(239,193,220); }
td.TdClassName
{
border-color: #EFC1DC;
}
.TagClassName
{
border-color: #EFC1DC;
}
</style>