#EEE1DB

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

Shades of Provincial Pink #EEE1DB

Tints of Provincial Pink #EEE1DB

Color information

#EEE1DB (or 0xEEE1DB) is unknown color: approx Provincial Pink. HEX triplet: EE, E1 and DB. RGB value is (238,225,219). Sum of RGB (Red+Green+Blue) = 238+225+219=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE1DB is #111E24. Grayscale: #E4E4E4. Windows color (decimal): -1121829 or 14410222. OLE color: 14410222.

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

Color convert

RGB238225219-
CMYK00.050.080.07
HSL18.95º35.85%89.61%-
HSV(B)18.95º7.98%93.33%-
XYZ74.9777.1477.96-
YUV228.2122.81134.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=34.90%
G=32.99%
B=32.11%

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
Decimal23822521900.050.080.0718.9535.8589.61
HexEEE1DB058713245a
Octal356341333051072344132
Binary11101110111000011101101101011000111100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE1DB; }

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

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

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

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

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

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

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

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