Html Css Color HEX #EFFEF2 Dew

📋 copy color: '#EFFEF2'

red 239 ◦ green 254 ◦ blue 242

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

Shades of Dew #EFFEF2

Tints of Dew #EFFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.56%

 BLUE value IS 242 (94.92% from 255) = 32.93%

R = 32.52%
G = 34.56%
B = 32.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#EFFEF2 (or 0xEFFEF2) is known color: Dew. HEX triplet: EF, FE and F2. RGB value is (239,254,242). Sum of RGB (Red+Green+Blue) = 239+254+242=735 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.52% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 242 (94.92% from 255 or 32.93% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFEF2 is #10010D. Grayscale: #F8F8F8. Windows color (decimal): -1048846 or 15924975. OLE color: 15924975.

HSL color Cylindrical-coordinate representation of color #EFFEF2: hue angle of 132º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFEF2 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 242 -
CMYK 0.06 0 0.05 0.00
HSL 132º 0.88% 0.97% -
HSV(B) 132º 0.06% 1% -
XYZ 87.07 95.65 97.88 -
YUV 248.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 239 254 242 0.06 0 0.05 0.00 132 0.88 0.97
Hex EF FE F2 6 0 5 0 84 58 61
Octal 357 376 362 6 0 5 0 204 130 141
Binary 11101111 11111110 11110010 110 0 101 0 10000100 1011000 1100001

Color Harmonies of #EFFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFEF2

Black with #EFFEF2

Text Example


Text Example

White with #EFFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFEF2; }

 p { color: rgb(239,254,242); }

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

background-color css

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

 a { background-color: rgb(239,254,242); }

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

border-color css

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

 span { border-color: rgb(239,254,242); }

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