#EFFCD8

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

Shades of Saltpan #EFFCD8

Tints of Saltpan #EFFCD8

Color information

#EFFCD8 (or 0xEFFCD8) is unknown color: approx Saltpan. HEX triplet: EF, FC and D8. RGB value is (239,252,216). Sum of RGB (Red+Green+Blue) = 239+252+216=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD8 is #100327. Grayscale: #F4F4F4. Windows color (decimal): -1049384 or 14220527. OLE color: 14220527.

HSL color Cylindrical-coordinate representation of color #EFFCD8: hue angle of 81.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFFCD8 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB239252216-
CMYK0.0500.140.01
HSL81.67º85.71%91.76%-
HSV(B)81.67º14.29%98.82%-
XYZ82.892.9378.54-
YUV244.01112.19124.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.80%
GREEN value IS 252 (98.83% from 255) = 35.64%
BLUE value IS 216 (84.77% from 255) = 30.55%
R=33.80%
G=35.64%
B=30.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522160.0500.140.0181.6785.7191.76
HexEFFCD850E152565c
Octal35737433050161122126134
Binary111011111111110011011000101011101101001010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCD8; }

 p { color: rgb(239,252,216); }

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

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

 a { background-color: rgb(239,252,216); }

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

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

 span { border-color: rgb(239,252,216); }

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