Shades of Classic Rose #EFCDE2
Tints of Classic Rose #EFCDE2
RGB
CMYK
RGB Variations
Color information
#EFCDE2 (or 0xEFCDE2) is known color: Classic Rose. HEX triplet: EF, CD and E2. RGB value is (239,205,226). Sum of RGB (Red+Green+Blue) = 239+205+226=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDE2 is #10321D. Grayscale: #D9D9D9. Windows color (decimal): -1061406 or 14863855. OLE color: 14863855.
HSL color Cylindrical-coordinate representation of color #EFCDE2: hue angle of 322.94º degrees, saturation: 0.52, 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 #EFCDE2 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 226 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.06 |
| HSL | 322.94º | 0.52% | 0.87% | - |
| HSV(B) | 322.94º | 0.14% | 0.94% | - |
| XYZ | 71.16 | 67.5 | 81.23 | - |
| YUV | 217.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 226 | 0 | 0.14 | 0.05 | 0.06 | 322.94 | 0.52 | 0.87 |
| Hex | EF | CD | E2 | 0 | E | 5 | 6 | 143 | 34 | 57 |
| Octal | 357 | 315 | 342 | 0 | 16 | 5 | 6 | 503 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11100010 | 0 | 1110 | 101 | 110 | 101000011 | 110100 | 1010111 |
Color Harmonies of #EFCDE2
Complementary color
Monochromatic Colors of #EFCDE2
Black with #EFCDE2
Text Example
Text Example
White with #EFCDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDE2; }
p { color: rgb(239,205,226); }
H1.HeaderClassName
{
color: #EFCDE2;
}
.AnyTagClassName
{
color: #EFCDE2;
}
</style>
background-color css
<style>
a { background-color: #EFCDE2; }
a { background-color: rgb(239,205,226); }
div.DivClassName
{
background-color: #EFCDE2;
}
.BgClassName
{
background-color: #EFCDE2;
}
</style>
border-color css
<style>
span { border-color: #EFCDE2; }
span { border-color: rgb(239,205,226); }
td.TdClassName
{
border-color: #EFCDE2;
}
.TagClassName
{
border-color: #EFCDE2;
}
</style>