Html Css Color HEX #EFF6F0 Dew

📋 copy color: '#EFF6F0'

red 239 ◦ green 246 ◦ blue 240

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

Shades of Dew #EFF6F0

Tints of Dew #EFF6F0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.93%

 BLUE value IS 240 (94.14% from 255) = 33.1%

R = 32.97%
G = 33.93%
B = 33.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#EFF6F0 (or 0xEFF6F0) is known color: Dew. HEX triplet: EF, F6 and F0. RGB value is (239,246,240). Sum of RGB (Red+Green+Blue) = 239+246+240=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 246 (96.48% from 255 or 33.93% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF6F0 is #10090F. Grayscale: #F3F3F3. Windows color (decimal): -1050896 or 15791855. OLE color: 15791855.

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

Color convert

RGB 239 246 240 -
CMYK 0.03 0 0.02 0.04
HSL 128.57º 0.28% 0.95% -
HSV(B) 128.57º 0.03% 0.96% -
XYZ 84.28 90.55 95.47 -
YUV 243.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 239 246 240 0.03 0 0.02 0.04 128.57 0.28 0.95
Hex EF F6 F0 3 0 2 4 81 1C 5F
Octal 357 366 360 3 0 2 4 201 34 137
Binary 11101111 11110110 11110000 11 0 10 100 10000001 11100 1011111

Color Harmonies of #EFF6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF6F0

Black with #EFF6F0

Text Example


Text Example

White with #EFF6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF6F0; }

 p { color: rgb(239,246,240); }

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

background-color css

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

 a { background-color: rgb(239,246,240); }

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

border-color css

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

 span { border-color: rgb(239,246,240); }

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