Shades of Classic Rose #EFCCE6
Tints of Classic Rose #EFCCE6
RGB
CMYK
RGB Variations
Color information
#EFCCE6 (or 0xEFCCE6) is known color: Classic Rose. HEX triplet: EF, CC and E6. RGB value is (239,204,230). Sum of RGB (Red+Green+Blue) = 239+204+230=673 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.51% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCCE6 is #103319. Grayscale: #D9D9D9. Windows color (decimal): -1061658 or 15125743. OLE color: 15125743.
HSL color Cylindrical-coordinate representation of color #EFCCE6: hue angle of 315.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCE6 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 230 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.06 |
| HSL | 315.43º | 0.52% | 0.87% | - |
| HSV(B) | 315.43º | 0.15% | 0.94% | - |
| XYZ | 71.47 | 67.25 | 84.08 | - |
| YUV | 217.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 230 | 0 | 0.15 | 0.04 | 0.06 | 315.43 | 0.52 | 0.87 |
| Hex | EF | CC | E6 | 0 | F | 4 | 6 | 13B | 34 | 57 |
| Octal | 357 | 314 | 346 | 0 | 17 | 4 | 6 | 473 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11100110 | 0 | 1111 | 100 | 110 | 100111011 | 110100 | 1010111 |
Color Harmonies of #EFCCE6
Complementary color
Monochromatic Colors of #EFCCE6
Black with #EFCCE6
Text Example
Text Example
White with #EFCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCE6; }
p { color: rgb(239,204,230); }
H1.HeaderClassName
{
color: #EFCCE6;
}
.AnyTagClassName
{
color: #EFCCE6;
}
</style>
background-color css
<style>
a { background-color: #EFCCE6; }
a { background-color: rgb(239,204,230); }
div.DivClassName
{
background-color: #EFCCE6;
}
.BgClassName
{
background-color: #EFCCE6;
}
</style>
border-color css
<style>
span { border-color: #EFCCE6; }
span { border-color: rgb(239,204,230); }
td.TdClassName
{
border-color: #EFCCE6;
}
.TagClassName
{
border-color: #EFCCE6;
}
</style>