Html Css Color HEX #EFF9F1 Dew

📋 copy color: '#EFF9F1'

red 239 ◦ green 249 ◦ blue 241

#EFF9F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dew #EFF9F1

Tints of Dew #EFF9F1

RGB

 RED value IS 239 (93.75% from 255) = 32.78%

 GREEN value IS 249 (97.66% from 255) = 34.16%

 BLUE value IS 241 (94.53% from 255) = 33.06%

R = 32.78%
G = 34.16%
B = 33.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#EFF9F1 (or 0xEFF9F1) is known color: Dew. HEX triplet: EF, F9 and F1. RGB value is (239,249,241). Sum of RGB (Red+Green+Blue) = 239+249+241=729 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.78% from 729); Green value is 249 (97.66% from 255 or 34.16% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF9F1 is #10060E. Grayscale: #F5F5F5. Windows color (decimal): -1050127 or 15858159. OLE color: 15858159.

HSL color Cylindrical-coordinate representation of color #EFF9F1: hue angle of 132º degrees, saturation: 0.45, 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 #EFF9F1 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 241 -
CMYK 0.04 0 0.03 0.02
HSL 132º 0.45% 0.96% -
HSV(B) 132º 0.04% 0.98% -
XYZ 85.35 92.45 96.57 -
YUV 245.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 239 249 241 0.04 0 0.03 0.02 132 0.45 0.96
Hex EF F9 F1 4 0 3 2 84 2D 60
Octal 357 371 361 4 0 3 2 204 55 140
Binary 11101111 11111001 11110001 100 0 11 10 10000100 101101 1100000

Color Harmonies of #EFF9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF9F1

Black with #EFF9F1

Text Example


Text Example

White with #EFF9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF9F1; }

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

 H1.HeaderClassName
 {
   color: #EFF9F1;
 }
 .AnyTagClassName
 {
   color: #EFF9F1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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