#EFFCDF

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

Shades of Saltpan #EFFCDF

Tints of Saltpan #EFFCDF

Color information

#EFFCDF (or 0xEFFCDF) is unknown color: approx Saltpan. HEX triplet: EF, FC and DF. RGB value is (239,252,223). Sum of RGB (Red+Green+Blue) = 239+252+223=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 223 (87.5% from 255 or 31.23% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDF is #100320. Grayscale: #F4F4F4. Windows color (decimal): -1049377 or 14679279. OLE color: 14679279.

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

Color convert

RGB239252223-
CMYK0.0500.120.01
HSL86.9º82.86%93.14%-
HSV(B)86.9º11.51%98.82%-
XYZ83.7393.383.41-
YUV244.81115.69123.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 35.29%
BLUE value IS 223 (87.5% from 255) = 31.23%
R=33.47%
G=35.29%
B=31.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522230.0500.120.0186.982.8693.14
HexEFFCDF50C157535d
Octal35737433750141127123135
Binary111011111111110011011111101011001101011110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCDF; }

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

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

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

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

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

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

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

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