#EFFFDD

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

Shades of Saltpan #EFFFDD

Tints of Saltpan #EFFFDD

Color information

#EFFFDD (or 0xEFFFDD) is unknown color: approx Saltpan. HEX triplet: EF, FF and DD. RGB value is (239,255,221). Sum of RGB (Red+Green+Blue) = 239+255+221=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 255 (100% from 255 or 35.66% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFDD is #100022. Grayscale: #F6F6F6. Windows color (decimal): -1048611 or 14548975. OLE color: 14548975.

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

Color convert

RGB239255221-
CMYK0.0600.130
HSL88.24º100%93.33%-
HSV(B)88.24º13.33%100%-
XYZ84.4195.0982.31-
YUV246.34113.7122.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 255 (100% from 255) = 35.66%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=33.43%
G=35.66%
B=30.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552210.0600.13088.2410093.33
HexEFFFDD60D058645d
Octal35737733560150130144135
Binary111011111111111111011101110011010101100011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFDD; }

 p { color: rgb(239,255,221); }

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

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

 a { background-color: rgb(239,255,221); }

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

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

 span { border-color: rgb(239,255,221); }

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