Shades of Classic Rose #EFCEE5
Tints of Classic Rose #EFCEE5
RGB
CMYK
RGB Variations
Color information
#EFCEE5 (or 0xEFCEE5) is known color: Classic Rose. HEX triplet: EF, CE and E5. RGB value is (239,206,229). Sum of RGB (Red+Green+Blue) = 239+206+229=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEE5 is #10311A. Grayscale: #DADADA. Windows color (decimal): -1061147 or 15060719. OLE color: 15060719.
HSL color Cylindrical-coordinate representation of color #EFCEE5: hue angle of 318.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCEE5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 229 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.06 |
| HSL | 318.18º | 0.51% | 0.87% | - |
| HSV(B) | 318.18º | 0.14% | 0.94% | - |
| XYZ | 71.81 | 68.15 | 83.5 | - |
| YUV | 218.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 229 | 0 | 0.14 | 0.04 | 0.06 | 318.18 | 0.51 | 0.87 |
| Hex | EF | CE | E5 | 0 | E | 4 | 6 | 13E | 33 | 57 |
| Octal | 357 | 316 | 345 | 0 | 16 | 4 | 6 | 476 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11100101 | 0 | 1110 | 100 | 110 | 100111110 | 110011 | 1010111 |
Color Harmonies of #EFCEE5
Complementary color
Monochromatic Colors of #EFCEE5
Black with #EFCEE5
Text Example
Text Example
White with #EFCEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEE5; }
p { color: rgb(239,206,229); }
H1.HeaderClassName
{
color: #EFCEE5;
}
.AnyTagClassName
{
color: #EFCEE5;
}
</style>
background-color css
<style>
a { background-color: #EFCEE5; }
a { background-color: rgb(239,206,229); }
div.DivClassName
{
background-color: #EFCEE5;
}
.BgClassName
{
background-color: #EFCEE5;
}
</style>
border-color css
<style>
span { border-color: #EFCEE5; }
span { border-color: rgb(239,206,229); }
td.TdClassName
{
border-color: #EFCEE5;
}
.TagClassName
{
border-color: #EFCEE5;
}
</style>