Html Css Color HEX #EFFDF2 Dew

📋 copy color: '#EFFDF2'

red 239 ◦ green 253 ◦ blue 242

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

Shades of Dew #EFFDF2

Tints of Dew #EFFDF2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.47%

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

R = 32.56%
G = 34.47%
B = 32.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#EFFDF2 (or 0xEFFDF2) is known color: Dew. HEX triplet: EF, FD and F2. RGB value is (239,253,242). Sum of RGB (Red+Green+Blue) = 239+253+242=734 (97% of max value = 765). Red value is 239 (93.75% from 255 or 32.56% from 734); Green value is 253 (99.22% from 255 or 34.47% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDF2 is #10020D. Grayscale: #F7F7F7. Windows color (decimal): -1049102 or 15924719. OLE color: 15924719.

HSL color Cylindrical-coordinate representation of color #EFFDF2: hue angle of 132.86º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFFDF2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 253 242 -
CMYK 0.06 0 0.04 0.01
HSL 132.86º 0.78% 0.96% -
HSV(B) 132.86º 0.06% 0.99% -
XYZ 86.75 95.01 97.77 -
YUV 247.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 239 253 242 0.06 0 0.04 0.01 132.86 0.78 0.96
Hex EF FD F2 6 0 4 1 85 4E 60
Octal 357 375 362 6 0 4 1 205 116 140
Binary 11101111 11111101 11110010 110 0 100 1 10000101 1001110 1100000

Color Harmonies of #EFFDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFDF2

Black with #EFFDF2

Text Example


Text Example

White with #EFFDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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