Shades of Fair Pink #EBE1DB
Tints of Fair Pink #EBE1DB
RGB
CMYK
RGB Variations
Color information
#EBE1DB (or 0xEBE1DB) is known color: Fair Pink. HEX triplet: EB, E1 and DB. RGB value is (235,225,219). Sum of RGB (Red+Green+Blue) = 235+225+219=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1DB is #141E24. Grayscale: #E3E3E3. Windows color (decimal): -1318437 or 14410219. OLE color: 14410219.
HSL color Cylindrical-coordinate representation of color #EBE1DB: hue angle of 22.5º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE1DB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 225 | 219 | - |
CMYK | 0 | 0.04 | 0.07 | 0.08 |
HSL | 22.5º | 0.29% | 0.89% | - |
HSV(B) | 22.5º | 0.07% | 0.92% | - |
XYZ | 73.97 | 76.63 | 77.91 | - |
YUV | 227.31 | 123.31 | 133.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 225 | 219 | 0 | 0.04 | 0.07 | 0.08 | 22.5 | 0.29 | 0.89 |
Hex | EB | E1 | DB | 0 | 4 | 7 | 8 | 16 | 1D | 59 |
Octal | 353 | 341 | 333 | 0 | 4 | 7 | 10 | 26 | 35 | 131 |
Binary | 11101011 | 11100001 | 11011011 | 0 | 100 | 111 | 1000 | 10110 | 11101 | 1011001 |
Color Harmonies of #EBE1DB
Complementary color
Monochromatic Colors of #EBE1DB
Black with #EBE1DB
Text Example
Text Example
White with #EBE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1DB; }
p { color: rgb(235,225,219); }
H1.HeaderClassName
{
color: #EBE1DB;
}
.AnyTagClassName
{
color: #EBE1DB;
}
</style>
background-color css
<style>
a { background-color: #EBE1DB; }
a { background-color: rgb(235,225,219); }
div.DivClassName
{
background-color: #EBE1DB;
}
.BgClassName
{
background-color: #EBE1DB;
}
</style>
border-color css
<style>
span { border-color: #EBE1DB; }
span { border-color: rgb(235,225,219); }
td.TdClassName
{
border-color: #EBE1DB;
}
.TagClassName
{
border-color: #EBE1DB;
}
</style>