Shades of Classic Rose #EBCFDB
Tints of Classic Rose #EBCFDB
RGB
CMYK
RGB Variations
Color information
#EBCFDB (or 0xEBCFDB) is known color: Classic Rose. HEX triplet: EB, CF and DB. RGB value is (235,207,219). Sum of RGB (Red+Green+Blue) = 235+207+219=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 207 (81.25% from 255 or 31.32% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFDB is #143024. Grayscale: #D8D8D8. Windows color (decimal): -1323045 or 14405611. OLE color: 14405611.
HSL color Cylindrical-coordinate representation of color #EBCFDB: hue angle of 334.29º 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 #EBCFDB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 207 | 219 | - |
CMYK | 0 | 0.12 | 0.07 | 0.08 |
HSL | 334.29º | 0.41% | 0.87% | - |
HSV(B) | 334.29º | 0.12% | 0.92% | - |
XYZ | 69.36 | 67.4 | 76.37 | - |
YUV | 216.74 | 129.28 | 141.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 207 | 219 | 0 | 0.12 | 0.07 | 0.08 | 334.29 | 0.41 | 0.87 |
Hex | EB | CF | DB | 0 | C | 7 | 8 | 14E | 29 | 57 |
Octal | 353 | 317 | 333 | 0 | 14 | 7 | 10 | 516 | 51 | 127 |
Binary | 11101011 | 11001111 | 11011011 | 0 | 1100 | 111 | 1000 | 101001110 | 101001 | 1010111 |
Color Harmonies of #EBCFDB
Complementary color
Monochromatic Colors of #EBCFDB
Black with #EBCFDB
Text Example
Text Example
White with #EBCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCFDB; }
p { color: rgb(235,207,219); }
H1.HeaderClassName
{
color: #EBCFDB;
}
.AnyTagClassName
{
color: #EBCFDB;
}
</style>
background-color css
<style>
a { background-color: #EBCFDB; }
a { background-color: rgb(235,207,219); }
div.DivClassName
{
background-color: #EBCFDB;
}
.BgClassName
{
background-color: #EBCFDB;
}
</style>
border-color css
<style>
span { border-color: #EBCFDB; }
span { border-color: rgb(235,207,219); }
td.TdClassName
{
border-color: #EBCFDB;
}
.TagClassName
{
border-color: #EBCFDB;
}
</style>