Shades of Prim #E6D4DB
Tints of Prim #E6D4DB
RGB
CMYK
RGB Variations
Color information
#E6D4DB (or 0xE6D4DB) is known color: Prim. HEX triplet: E6, D4 and DB. RGB value is (230,212,219). Sum of RGB (Red+Green+Blue) = 230+212+219=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4DB is #192B24. Grayscale: #DADADA. Windows color (decimal): -1649445 or 14406886. OLE color: 14406886.
HSL color Cylindrical-coordinate representation of color #E6D4DB: hue angle of 336.67º degrees, saturation: 0.26, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6D4DB is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 219 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.10 |
| HSL | 336.67º | 0.26% | 0.87% | - |
| HSV(B) | 336.67º | 0.08% | 0.9% | - |
| XYZ | 68.96 | 69.02 | 76.71 | - |
| YUV | 218.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 219 | 0 | 0.08 | 0.05 | 0.10 | 336.67 | 0.26 | 0.87 |
| Hex | E6 | D4 | DB | 0 | 8 | 5 | A | 151 | 1A | 57 |
| Octal | 346 | 324 | 333 | 0 | 10 | 5 | 12 | 521 | 32 | 127 |
| Binary | 11100110 | 11010100 | 11011011 | 0 | 1000 | 101 | 1010 | 101010001 | 11010 | 1010111 |
Color Harmonies of #E6D4DB
Complementary color
Monochromatic Colors of #E6D4DB
Black with #E6D4DB
Text Example
Text Example
White with #E6D4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4DB; }
p { color: rgb(230,212,219); }
H1.HeaderClassName
{
color: #E6D4DB;
}
.AnyTagClassName
{
color: #E6D4DB;
}
</style>
background-color css
<style>
a { background-color: #E6D4DB; }
a { background-color: rgb(230,212,219); }
div.DivClassName
{
background-color: #E6D4DB;
}
.BgClassName
{
background-color: #E6D4DB;
}
</style>
border-color css
<style>
span { border-color: #E6D4DB; }
span { border-color: rgb(230,212,219); }
td.TdClassName
{
border-color: #E6D4DB;
}
.TagClassName
{
border-color: #E6D4DB;
}
</style>