#EBF6DD

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

Shades of Saltpan #EBF6DD

Tints of Saltpan #EBF6DD

Color information

#EBF6DD (or 0xEBF6DD) is unknown color: approx Saltpan. HEX triplet: EB, F6 and DD. RGB value is (235,246,221). Sum of RGB (Red+Green+Blue) = 235+246+221=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF6DD is #140922. Grayscale: #EFEFEF. Windows color (decimal): -1313059 or 14546667. OLE color: 14546667.

HSL color Cylindrical-coordinate representation of color #EBF6DD: hue angle of 86.4º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF6DD is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB235246221-
CMYK0.0400.100.04
HSL86.4º58.14%91.57%-
HSV(B)86.4º10.16%96.47%-
XYZ80.2788.7981.32-
YUV239.86117.36124.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=33.48%
G=35.04%
B=31.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352462210.0400.100.0486.458.1491.57
HexEBF6DD40A4563a5c
Octal3533663354012412672134
Binary1110101111110110110111011000101010010101101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF6DD; }

 p { color: rgb(235,246,221); }

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

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

 a { background-color: rgb(235,246,221); }

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

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

 span { border-color: rgb(235,246,221); }

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