Shades of Prim #E6DEE3
Tints of Prim #E6DEE3
RGB
CMYK
RGB Variations
Color information
#E6DEE3 (or 0xE6DEE3) is known color: Prim. HEX triplet: E6, DE and E3. RGB value is (230,222,227). Sum of RGB (Red+Green+Blue) = 230+222+227=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 227 (89.06% from 255 or 33.43% from 679); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE3 is #19211C. Grayscale: #E0E0E0. Windows color (decimal): -1646877 or 14933734. OLE color: 14933734.
HSL color Cylindrical-coordinate representation of color #E6DEE3: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEE3 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 227 | - |
CMYK | 0 | 0.03 | 0.01 | 0.10 |
HSL | 322.5º | 0.14% | 0.89% | - |
HSV(B) | 322.5º | 0.03% | 0.9% | - |
XYZ | 72.62 | 74.61 | 83.25 | - |
YUV | 224.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 227 | 0 | 0.03 | 0.01 | 0.10 | 322.5 | 0.14 | 0.89 |
Hex | E6 | DE | E3 | 0 | 3 | 1 | A | 142 | E | 59 |
Octal | 346 | 336 | 343 | 0 | 3 | 1 | 12 | 502 | 16 | 131 |
Binary | 11100110 | 11011110 | 11100011 | 0 | 11 | 1 | 1010 | 101000010 | 1110 | 1011001 |
Color Harmonies of #E6DEE3
Complementary color
Monochromatic Colors of #E6DEE3
Black with #E6DEE3
Text Example
Text Example
White with #E6DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEE3; }
p { color: rgb(230,222,227); }
H1.HeaderClassName
{
color: #E6DEE3;
}
.AnyTagClassName
{
color: #E6DEE3;
}
</style>
background-color css
<style>
a { background-color: #E6DEE3; }
a { background-color: rgb(230,222,227); }
div.DivClassName
{
background-color: #E6DEE3;
}
.BgClassName
{
background-color: #E6DEE3;
}
</style>
border-color css
<style>
span { border-color: #E6DEE3; }
span { border-color: rgb(230,222,227); }
td.TdClassName
{
border-color: #E6DEE3;
}
.TagClassName
{
border-color: #E6DEE3;
}
</style>