#EFFAF1

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

Shades of Dew #EFFAF1

Tints of Dew #EFFAF1

Color information

#EFFAF1 (or 0xEFFAF1) is unknown color: approx Dew. HEX triplet: EF, FA and F1. RGB value is (239,250,241). Sum of RGB (Red+Green+Blue) = 239+250+241=730 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.74% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFAF1 is #10050E. Grayscale: #F5F5F5. Windows color (decimal): -1049871 or 15858415. OLE color: 15858415.

HSL color Cylindrical-coordinate representation of color #EFFAF1: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EFFAF1 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB239250241-
CMYK0.0400.040.02
HSL130.91º52.38%95.88%-
HSV(B)130.91º4.4%98.04%-
XYZ85.6693.0796.67-
YUV245.68125.36123.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.74%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 241 (94.53% from 255) = 33.01%
R=32.74%
G=34.25%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392502410.0400.040.02130.9152.3895.88
HexEFFAF14042833460
Octal357372361404220364140
Binary111011111111101011110001100010010100000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFAF1; }

 p { color: rgb(239,250,241); }

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

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

 a { background-color: rgb(239,250,241); }

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

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

 span { border-color: rgb(239,250,241); }

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