#EEE1DC

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

Shades of Provincial Pink #EEE1DC

Tints of Provincial Pink #EEE1DC

Color information

#EEE1DC (or 0xEEE1DC) is unknown color: approx Provincial Pink. HEX triplet: EE, E1 and DC. RGB value is (238,225,220). Sum of RGB (Red+Green+Blue) = 238+225+220=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DC is #111E23. Grayscale: #E4E4E4. Windows color (decimal): -1121828 or 14475758. OLE color: 14475758.

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

Color convert

RGB238225220-
CMYK00.050.080.07
HSL16.67º34.62%89.8%-
HSV(B)16.67º7.56%93.33%-
XYZ75.177.1978.65-
YUV228.32123.31134.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=34.85%
G=32.94%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822522000.050.080.0716.6734.6289.8
HexEEE1DC058711235a
Octal356341334051072143132
Binary11101110111000011101110001011000111100011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1DC; }

 p { color: rgb(238,225,220); }

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

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

 a { background-color: rgb(238,225,220); }

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

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

 span { border-color: rgb(238,225,220); }

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