Shades of Prim #E6DEE2
Tints of Prim #E6DEE2
RGB
CMYK
RGB Variations
Color information
#E6DEE2 (or 0xE6DEE2) is known color: Prim. HEX triplet: E6, DE and E2. RGB value is (230,222,226). Sum of RGB (Red+Green+Blue) = 230+222+226=678 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.92% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 226 (88.67% from 255 or 33.33% from 678); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEE2 is #19211D. Grayscale: #E0E0E0. Windows color (decimal): -1646878 or 14868198. OLE color: 14868198.
HSL color Cylindrical-coordinate representation of color #E6DEE2: hue angle of 330º 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 #E6DEE2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 222 | 226 | - |
CMYK | 0 | 0.03 | 0.02 | 0.10 |
HSL | 330º | 0.14% | 0.89% | - |
HSV(B) | 330º | 0.03% | 0.9% | - |
XYZ | 72.48 | 74.56 | 82.52 | - |
YUV | 224.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 222 | 226 | 0 | 0.03 | 0.02 | 0.10 | 330 | 0.14 | 0.89 |
Hex | E6 | DE | E2 | 0 | 3 | 2 | A | 14A | E | 59 |
Octal | 346 | 336 | 342 | 0 | 3 | 2 | 12 | 512 | 16 | 131 |
Binary | 11100110 | 11011110 | 11100010 | 0 | 11 | 10 | 1010 | 101001010 | 1110 | 1011001 |
Color Harmonies of #E6DEE2
Complementary color
Monochromatic Colors of #E6DEE2
Black with #E6DEE2
Text Example
Text Example
White with #E6DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEE2; }
p { color: rgb(230,222,226); }
H1.HeaderClassName
{
color: #E6DEE2;
}
.AnyTagClassName
{
color: #E6DEE2;
}
</style>
background-color css
<style>
a { background-color: #E6DEE2; }
a { background-color: rgb(230,222,226); }
div.DivClassName
{
background-color: #E6DEE2;
}
.BgClassName
{
background-color: #E6DEE2;
}
</style>
border-color css
<style>
span { border-color: #E6DEE2; }
span { border-color: rgb(230,222,226); }
td.TdClassName
{
border-color: #E6DEE2;
}
.TagClassName
{
border-color: #E6DEE2;
}
</style>