Shades of Classic Rose #EBCFDD
Tints of Classic Rose #EBCFDD
RGB
CMYK
RGB Variations
Color information
#EBCFDD (or 0xEBCFDD) is known color: Classic Rose. HEX triplet: EB, CF and DD. RGB value is (235,207,221). Sum of RGB (Red+Green+Blue) = 235+207+221=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDD is #143022. Grayscale: #D8D8D8. Windows color (decimal): -1323043 or 14536683. OLE color: 14536683.
HSL color Cylindrical-coordinate representation of color #EBCFDD: hue angle of 330º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBCFDD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 207 | 221 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.08 |
| HSL | 330º | 0.41% | 0.87% | - |
| HSV(B) | 330º | 0.12% | 0.92% | - |
| XYZ | 69.62 | 67.51 | 77.77 | - |
| YUV | 216.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 207 | 221 | 0 | 0.12 | 0.06 | 0.08 | 330 | 0.41 | 0.87 |
| Hex | EB | CF | DD | 0 | C | 6 | 8 | 14A | 29 | 57 |
| Octal | 353 | 317 | 335 | 0 | 14 | 6 | 10 | 512 | 51 | 127 |
| Binary | 11101011 | 11001111 | 11011101 | 0 | 1100 | 110 | 1000 | 101001010 | 101001 | 1010111 |
Color Harmonies of #EBCFDD
Complementary color
Monochromatic Colors of #EBCFDD
Black with #EBCFDD
Text Example
Text Example
White with #EBCFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFDD; }
p { color: rgb(235,207,221); }
H1.HeaderClassName
{
color: #EBCFDD;
}
.AnyTagClassName
{
color: #EBCFDD;
}
</style>
background-color css
<style>
a { background-color: #EBCFDD; }
a { background-color: rgb(235,207,221); }
div.DivClassName
{
background-color: #EBCFDD;
}
.BgClassName
{
background-color: #EBCFDD;
}
</style>
border-color css
<style>
span { border-color: #EBCFDD; }
span { border-color: rgb(235,207,221); }
td.TdClassName
{
border-color: #EBCFDD;
}
.TagClassName
{
border-color: #EBCFDD;
}
</style>