#EBF1DE

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

Shades of Saltpan #EBF1DE

Tints of Saltpan #EBF1DE

Color information

#EBF1DE (or 0xEBF1DE) is unknown color: approx Saltpan. HEX triplet: EB, F1 and DE. RGB value is (235,241,222). Sum of RGB (Red+Green+Blue) = 235+241+222=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1DE is #140E21. Grayscale: #EDEDED. Windows color (decimal): -1314338 or 14610923. OLE color: 14610923.

HSL color Cylindrical-coordinate representation of color #EBF1DE: hue angle of 78.95º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBF1DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB235241222-
CMYK0.0200.080.05
HSL78.95º40.43%90.78%-
HSV(B)78.95º7.88%94.51%-
XYZ78.985.8581.52-
YUV237.04119.51126.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 222 (87.11% from 255) = 31.81%
R=33.67%
G=34.53%
B=31.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412220.0200.080.0578.9540.4390.78
HexEBF1DE20854f285b
Octal3533613362010511750133
Binary111010111111000111011110100100010110011111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1DE; }

 p { color: rgb(235,241,222); }

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

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

 a { background-color: rgb(235,241,222); }

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

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

 span { border-color: rgb(235,241,222); }

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