#EFFBDC

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

Shades of Saltpan #EFFBDC

Tints of Saltpan #EFFBDC

Color information

#EFFBDC (or 0xEFFBDC) is unknown color: approx Saltpan. HEX triplet: EF, FB and DC. RGB value is (239,251,220). Sum of RGB (Red+Green+Blue) = 239+251+220=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 251 (98.44% from 255 or 35.35% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBDC is #100423. Grayscale: #F3F3F3. Windows color (decimal): -1049636 or 14482415. OLE color: 14482415.

HSL color Cylindrical-coordinate representation of color #EFFBDC: hue angle of 83.23º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFFBDC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB239251220-
CMYK0.0500.120.02
HSL83.23º79.49%92.35%-
HSV(B)83.23º12.35%98.43%-
XYZ83.0192.5181.19-
YUV243.88114.52124.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 251 (98.44% from 255) = 35.35%
BLUE value IS 220 (86.33% from 255) = 30.99%
R=33.66%
G=35.35%
B=30.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512200.0500.120.0283.2379.4992.35
HexEFFBDC50C2534f5c
Octal35737333450142123117134
Binary1110111111111011110111001010110010101001110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBDC; }

 p { color: rgb(239,251,220); }

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

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

 a { background-color: rgb(239,251,220); }

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

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

 span { border-color: rgb(239,251,220); }

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