#EEE2DE

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

Shades of Provincial Pink #EEE2DE

Tints of Provincial Pink #EEE2DE

Color information

#EEE2DE (or 0xEEE2DE) is unknown color: approx Provincial Pink. HEX triplet: EE, E2 and DE. RGB value is (238,226,222). Sum of RGB (Red+Green+Blue) = 238+226+222=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DE is #111D21. Grayscale: #E5E5E5. Windows color (decimal): -1121570 or 14607086. OLE color: 14607086.

HSL color Cylindrical-coordinate representation of color #EEE2DE: hue angle of 15º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE2DE is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238226222-
CMYK00.050.070.07
HSL15º32%90.2%-
HSV(B)15º6.72%93.33%-
XYZ75.6477.8480.15-
YUV229.13123.98134.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=34.69%
G=32.94%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822622200.050.070.07153290.2
HexEEE2DE0577f205a
Octal35634233605771740132
Binary111011101110001011011110010111111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2DE; }

 p { color: rgb(238,226,222); }

 H1.HeaderClassName
 {
   color: #EEE2DE;
 }
 .AnyTagClassName
 {
   color: #EEE2DE;
 }
</style>
background-color css

<style>
 a { background-color: #EEE2DE; }

 a { background-color: rgb(238,226,222); }

 div.DivClassName
 {
   background-color: #EEE2DE;
 }
 .BgClassName
 {
   background-color: #EEE2DE;
 }
</style>
border-color css

<style>
 span { border-color: #EEE2DE; }

 span { border-color: rgb(238,226,222); }

 td.TdClassName
 {
   border-color: #EEE2DE;
 }
 .TagClassName
 {
   border-color: #EEE2DE;
 }
</style>