#EEE2DD

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

Shades of Provincial Pink #EEE2DD

Tints of Provincial Pink #EEE2DD

Color information

#EEE2DD (or 0xEEE2DD) is unknown color: approx Provincial Pink. HEX triplet: EE, E2 and DD. RGB value is (238,226,221). Sum of RGB (Red+Green+Blue) = 238+226+221=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DD is #111D22. Grayscale: #E5E5E5. Windows color (decimal): -1121571 or 14541550. OLE color: 14541550.

HSL color Cylindrical-coordinate representation of color #EEE2DD: hue angle of 17.65º degrees, saturation: 0.33, 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 #EEE2DD is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238226221-
CMYK00.050.070.07
HSL17.65º33.33%90%-
HSV(B)17.65º7.14%93.33%-
XYZ75.5177.7979.44-
YUV229.02123.48134.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 226 (88.67% from 255) = 32.99%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=34.74%
G=32.99%
B=32.26%

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
Decimal23822622100.050.070.0717.6533.3390
HexEEE2DD057712215a
Octal35634233505772241132
Binary1110111011100010110111010101111111100101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE2DD; }

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

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

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

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

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

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

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

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