Html Css Color HEX #EFFAF1 Dew

📋 copy color: '#EFFAF1'

red 239 ◦ green 250 ◦ blue 241

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

Shades of Dew #EFFAF1

Tints of Dew #EFFAF1

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 value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EFFAF1 (or 0xEFFAF1) is known color: 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

RGB 239 250 241 -
CMYK 0.04 0 0.04 0.02
HSL 130.91º 0.52% 0.96% -
HSV(B) 130.91º 0.04% 0.98% -
XYZ 85.66 93.07 96.67 -
YUV 245.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 239 250 241 0.04 0 0.04 0.02 130.91 0.52 0.96
Hex EF FA F1 4 0 4 2 83 34 60
Octal 357 372 361 4 0 4 2 203 64 140
Binary 11101111 11111010 11110001 100 0 100 10 10000011 110100 1100000

Color Harmonies of #EFFAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFAF1

Black with #EFFAF1

Text Example


Text Example

White with #EFFAF1

Text Example


Text Example

HTML Codes & Css Web 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>