#EEFBDF

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

Shades of Saltpan #EEFBDF

Tints of Saltpan #EEFBDF

Color information

#EEFBDF (or 0xEEFBDF) is unknown color: approx Saltpan. HEX triplet: EE, FB and DF. RGB value is (238,251,223). Sum of RGB (Red+Green+Blue) = 238+251+223=712 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.43% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBDF is #110420. Grayscale: #F4F4F4. Windows color (decimal): -1115169 or 14679022. OLE color: 14679022.

HSL color Cylindrical-coordinate representation of color #EEFBDF: hue angle of 87.86º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EEFBDF is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB238251223-
CMYK0.0500.110.02
HSL87.86º77.78%92.94%-
HSV(B)87.86º11.16%98.43%-
XYZ83.0892.583.29-
YUV243.92116.19123.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.43%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=33.43%
G=35.25%
B=31.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512230.0500.110.0287.8677.7892.94
HexEEFBDF50B2584e5d
Octal35637333750132130116135
Binary1110111011111011110111111010101110101100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBDF; }

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

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

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

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

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

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

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

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