Shades of Classic Rose #EFD6E6
Tints of Classic Rose #EFD6E6
RGB
CMYK
RGB Variations
Color information
#EFD6E6 (or 0xEFD6E6) is known color: Classic Rose. HEX triplet: EF, D6 and E6. RGB value is (239,214,230). Sum of RGB (Red+Green+Blue) = 239+214+230=683 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.99% from 683); Green value is 214 (83.98% from 255 or 31.33% from 683); Blue value is 230 (90.23% from 255 or 33.67% from 683); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6E6 is #102919. Grayscale: #DFDFDF. Windows color (decimal): -1059098 or 15128303. OLE color: 15128303.
HSL color Cylindrical-coordinate representation of color #EFD6E6: hue angle of 321.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD6E6 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 214 | 230 | - |
CMYK | 0 | 0.10 | 0.04 | 0.06 |
HSL | 321.6º | 0.44% | 0.89% | - |
HSV(B) | 321.6º | 0.1% | 0.94% | - |
XYZ | 73.93 | 72.16 | 84.89 | - |
YUV | 223.3 | 131.78 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 214 | 230 | 0 | 0.10 | 0.04 | 0.06 | 321.6 | 0.44 | 0.89 |
Hex | EF | D6 | E6 | 0 | A | 4 | 6 | 142 | 2C | 59 |
Octal | 357 | 326 | 346 | 0 | 12 | 4 | 6 | 502 | 54 | 131 |
Binary | 11101111 | 11010110 | 11100110 | 0 | 1010 | 100 | 110 | 101000010 | 101100 | 1011001 |
Color Harmonies of #EFD6E6
Complementary color
Monochromatic Colors of #EFD6E6
Black with #EFD6E6
Text Example
Text Example
White with #EFD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD6E6; }
p { color: rgb(239,214,230); }
H1.HeaderClassName
{
color: #EFD6E6;
}
.AnyTagClassName
{
color: #EFD6E6;
}
</style>
background-color css
<style>
a { background-color: #EFD6E6; }
a { background-color: rgb(239,214,230); }
div.DivClassName
{
background-color: #EFD6E6;
}
.BgClassName
{
background-color: #EFD6E6;
}
</style>
border-color css
<style>
span { border-color: #EFD6E6; }
span { border-color: rgb(239,214,230); }
td.TdClassName
{
border-color: #EFD6E6;
}
.TagClassName
{
border-color: #EFD6E6;
}
</style>