#EEE3DE

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

Shades of Fair Pink #EEE3DE

Tints of Fair Pink #EEE3DE

Color information

#EEE3DE (or 0xEEE3DE) is unknown color: approx Fair Pink. HEX triplet: EE, E3 and DE. RGB value is (238,227,222). Sum of RGB (Red+Green+Blue) = 238+227+222=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 222 (87.11% from 255 or 32.31% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE3DE is #111C21. Grayscale: #E5E5E5. Windows color (decimal): -1121314 or 14607342. OLE color: 14607342.

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

Color convert

RGB238227222-
CMYK00.050.070.07
HSL18.75º32%90.2%-
HSV(B)18.75º6.72%93.33%-
XYZ75.9178.3980.24-
YUV229.72123.64133.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 222 (87.11% from 255) = 32.31%
R=34.64%
G=33.04%
B=32.31%

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
Decimal23822722200.050.070.0718.753290.2
HexEEE3DE057713205a
Octal35634333605772340132
Binary1110111011100011110111100101111111100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE3DE; }

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

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

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

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

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

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

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

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