Shades of Prim #EBD5DE
Tints of Prim #EBD5DE
RGB
CMYK
RGB Variations
Color information
#EBD5DE (or 0xEBD5DE) is known color: Prim. HEX triplet: EB, D5 and DE. RGB value is (235,213,222). Sum of RGB (Red+Green+Blue) = 235+213+222=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5DE is #142A21. Grayscale: #DCDCDC. Windows color (decimal): -1321506 or 14603755. OLE color: 14603755.
HSL color Cylindrical-coordinate representation of color #EBD5DE: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBD5DE is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 213 | 222 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.08 |
| HSL | 335.45º | 0.35% | 0.88% | - |
| HSV(B) | 335.45º | 0.09% | 0.92% | - |
| XYZ | 71.24 | 70.52 | 78.97 | - |
| YUV | 220.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 213 | 222 | 0 | 0.09 | 0.06 | 0.08 | 335.45 | 0.35 | 0.88 |
| Hex | EB | D5 | DE | 0 | 9 | 6 | 8 | 14F | 23 | 58 |
| Octal | 353 | 325 | 336 | 0 | 11 | 6 | 10 | 517 | 43 | 130 |
| Binary | 11101011 | 11010101 | 11011110 | 0 | 1001 | 110 | 1000 | 101001111 | 100011 | 1011000 |
Color Harmonies of #EBD5DE
Complementary color
Monochromatic Colors of #EBD5DE
Black with #EBD5DE
Text Example
Text Example
White with #EBD5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD5DE; }
p { color: rgb(235,213,222); }
H1.HeaderClassName
{
color: #EBD5DE;
}
.AnyTagClassName
{
color: #EBD5DE;
}
</style>
background-color css
<style>
a { background-color: #EBD5DE; }
a { background-color: rgb(235,213,222); }
div.DivClassName
{
background-color: #EBD5DE;
}
.BgClassName
{
background-color: #EBD5DE;
}
</style>
border-color css
<style>
span { border-color: #EBD5DE; }
span { border-color: rgb(235,213,222); }
td.TdClassName
{
border-color: #EBD5DE;
}
.TagClassName
{
border-color: #EBD5DE;
}
</style>