#E6DEE2

Color #E6DEE2 Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #E6DEE2

Tints of Prim #E6DEE2

Color information

#E6DEE2 (or 0xE6DEE2) is unknown color: approx 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

RGB230222226-
CMYK00.030.020.10
HSL330º13.79%88.63%-
HSV(B)330º3.48%90.2%-
XYZ72.4874.5682.52-
YUV224.85128.65131.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 33.92%
GREEN value IS 222 (87.11% from 255) = 32.74%
BLUE value IS 226 (88.67% from 255) = 33.33%
R=33.92%
G=32.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022222600.030.020.1033013.7988.63
HexE6DEE2032A14ae59
Octal3463363420321251216131
Binary11100110110111101110001001110101010100101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>