#EBF7DC

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

Shades of Saltpan #EBF7DC

Tints of Saltpan #EBF7DC

Color information

#EBF7DC (or 0xEBF7DC) is unknown color: approx Saltpan. HEX triplet: EB, F7 and DC. RGB value is (235,247,220). Sum of RGB (Red+Green+Blue) = 235+247+220=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7DC is #140823. Grayscale: #F0F0F0. Windows color (decimal): -1312804 or 14481387. OLE color: 14481387.

HSL color Cylindrical-coordinate representation of color #EBF7DC: hue angle of 86.67º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBF7DC is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB235247220-
CMYK0.0500.110.03
HSL86.67º62.79%91.57%-
HSV(B)86.67º10.93%96.86%-
XYZ80.4489.3580.72-
YUV240.33116.52124.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 247 (96.88% from 255) = 35.19%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=33.48%
G=35.19%
B=31.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472200.0500.110.0386.6762.7991.57
HexEBF7DC50B3573f5c
Octal3533673345013312777134
Binary111010111111011111011100101010111110101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7DC; }

 p { color: rgb(235,247,220); }

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

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

 a { background-color: rgb(235,247,220); }

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

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

 span { border-color: rgb(235,247,220); }

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