#EEE3DF

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

Shades of Provincial Pink #EEE3DF

Tints of Provincial Pink #EEE3DF

Color information

#EEE3DF (or 0xEEE3DF) is unknown color: approx Provincial Pink. HEX triplet: EE, E3 and DF. RGB value is (238,227,223). Sum of RGB (Red+Green+Blue) = 238+227+223=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3DF is #111C20. Grayscale: #E5E5E5. Windows color (decimal): -1121313 or 14672878. OLE color: 14672878.

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

Color convert

RGB238227223-
CMYK00.050.060.07
HSL16º30.61%90.39%-
HSV(B)16º6.3%93.33%-
XYZ76.0578.4480.94-
YUV229.83124.14133.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 227 (89.06% from 255) = 32.99%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=34.59%
G=32.99%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822722300.050.060.071630.6190.39
HexEEE3DF0567101f5a
Octal35634333705672037132
Binary111011101110001111011111010111011110000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3DF; }

 p { color: rgb(238,227,223); }

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

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

 a { background-color: rgb(238,227,223); }

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

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

 span { border-color: rgb(238,227,223); }

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