#EFFDDB

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

Shades of Saltpan #EFFDDB

Tints of Saltpan #EFFDDB

Color information

#EFFDDB (or 0xEFFDDB) is unknown color: approx Saltpan. HEX triplet: EF, FD and DB. RGB value is (239,253,219). Sum of RGB (Red+Green+Blue) = 239+253+219=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDDB is #100224. Grayscale: #F5F5F5. Windows color (decimal): -1049125 or 14417391. OLE color: 14417391.

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

Color convert

RGB239253219-
CMYK0.0600.130.01
HSL84.71º89.47%92.55%-
HSV(B)84.71º13.44%99.22%-
XYZ83.5193.7280.71-
YUV244.94113.36123.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 219 (85.94% from 255) = 30.80%
R=33.61%
G=35.58%
B=30.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392532190.0600.130.0184.7189.4792.55
HexEFFDDB60D155595d
Octal35737533360151125131135
Binary111011111111110111011011110011011101010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDDB; }

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

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

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

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

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

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

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

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