Shades of Prim #E6D0DB
Tints of Prim #E6D0DB
RGB
CMYK
RGB Variations
Color information
#E6D0DB (or 0xE6D0DB) is known color: Prim. HEX triplet: E6, D0 and DB. RGB value is (230,208,219). Sum of RGB (Red+Green+Blue) = 230+208+219=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0DB is #192F24. Grayscale: #D7D7D7. Windows color (decimal): -1650469 or 14405862. OLE color: 14405862.
HSL color Cylindrical-coordinate representation of color #E6D0DB: hue angle of 330º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6D0DB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 208 | 219 | - |
CMYK | 0 | 0.10 | 0.05 | 0.10 |
HSL | 330º | 0.31% | 0.86% | - |
HSV(B) | 330º | 0.1% | 0.9% | - |
XYZ | 67.98 | 67.05 | 76.38 | - |
YUV | 215.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 208 | 219 | 0 | 0.10 | 0.05 | 0.10 | 330 | 0.31 | 0.86 |
Hex | E6 | D0 | DB | 0 | A | 5 | A | 14A | 1F | 56 |
Octal | 346 | 320 | 333 | 0 | 12 | 5 | 12 | 512 | 37 | 126 |
Binary | 11100110 | 11010000 | 11011011 | 0 | 1010 | 101 | 1010 | 101001010 | 11111 | 1010110 |
Color Harmonies of #E6D0DB
Complementary color
Monochromatic Colors of #E6D0DB
Black with #E6D0DB
Text Example
Text Example
White with #E6D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0DB; }
p { color: rgb(230,208,219); }
H1.HeaderClassName
{
color: #E6D0DB;
}
.AnyTagClassName
{
color: #E6D0DB;
}
</style>
background-color css
<style>
a { background-color: #E6D0DB; }
a { background-color: rgb(230,208,219); }
div.DivClassName
{
background-color: #E6D0DB;
}
.BgClassName
{
background-color: #E6D0DB;
}
</style>
border-color css
<style>
span { border-color: #E6D0DB; }
span { border-color: rgb(230,208,219); }
td.TdClassName
{
border-color: #E6D0DB;
}
.TagClassName
{
border-color: #E6D0DB;
}
</style>