Html Css Color HEX #EFFBF1 Dew

📋 copy color: '#EFFBF1'

red 239 ◦ green 251 ◦ blue 241

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

Shades of Dew #EFFBF1

Tints of Dew #EFFBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.34%

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

R = 32.69%
G = 34.34%
B = 32.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EFFBF1 (or 0xEFFBF1) is known color: Dew. HEX triplet: EF, FB and F1. RGB value is (239,251,241). Sum of RGB (Red+Green+Blue) = 239+251+241=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFBF1 is #10040E. Grayscale: #F6F6F6. Windows color (decimal): -1049615 or 15858671. OLE color: 15858671.

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

Color convert

RGB 239 251 241 -
CMYK 0.05 0 0.04 0.02
HSL 130º 0.6% 0.96% -
HSV(B) 130º 0.05% 0.98% -
XYZ 85.97 93.7 96.77 -
YUV 246.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 239 251 241 0.05 0 0.04 0.02 130 0.6 0.96
Hex EF FB F1 5 0 4 2 82 3C 60
Octal 357 373 361 5 0 4 2 202 74 140
Binary 11101111 11111011 11110001 101 0 100 10 10000010 111100 1100000

Color Harmonies of #EFFBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFBF1

Black with #EFFBF1

Text Example


Text Example

White with #EFFBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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