#EEEADF

Color #EEEADF Quarter Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quarter Pearl Lusta #EEEADF

Tints of Quarter Pearl Lusta #EEEADF

Color information

#EEEADF (or 0xEEEADF) is unknown color: approx Quarter Pearl Lusta. HEX triplet: EE, EA and DF. RGB value is (238,234,223). Sum of RGB (Red+Green+Blue) = 238+234+223=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEADF is #111520. Grayscale: #E9E9E9. Windows color (decimal): -1119521 or 14674670. OLE color: 14674670.

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

Color convert

RGB238234223-
CMYK00.020.060.07
HSL44º30.61%90.39%-
HSV(B)44º6.3%93.33%-
XYZ7882.3581.6-
YUV233.94121.83130.89-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=34.24%
G=33.67%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823422300.020.060.074430.6190.39
HexEEEADF02672c1f5a
Octal35635233702675437132
Binary111011101110101011011111010110111101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEADF; }

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

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

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

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

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

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

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

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