#EFFCDB

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

Shades of Saltpan #EFFCDB

Tints of Saltpan #EFFCDB

Color information

#EFFCDB (or 0xEFFCDB) is unknown color: approx Saltpan. HEX triplet: EF, FC and DB. RGB value is (239,252,219). Sum of RGB (Red+Green+Blue) = 239+252+219=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 219 (85.94% from 255 or 30.85% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCDB is #100324. Grayscale: #F4F4F4. Windows color (decimal): -1049381 or 14417135. OLE color: 14417135.

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

Color convert

RGB239252219-
CMYK0.0500.130.01
HSL83.64º84.62%92.35%-
HSV(B)83.64º13.1%98.82%-
XYZ83.1993.0980.6-
YUV244.35113.69124.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 252 (98.83% from 255) = 35.49%
BLUE value IS 219 (85.94% from 255) = 30.85%
R=33.66%
G=35.49%
B=30.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522190.0500.130.0183.6484.6292.35
HexEFFCDB50D154555c
Octal35737433350151124125134
Binary111011111111110011011011101011011101010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCDB; }

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

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

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

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

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

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

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

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