Html Css Color HEX #EEFDF1 Dew

📋 copy color: '#EEFDF1'

red 238 ◦ green 253 ◦ blue 241

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

Shades of Dew #EEFDF1

Tints of Dew #EEFDF1

RGB

 RED value IS 238 (93.36% from 255) = 32.51%

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

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

R = 32.51%
G = 34.56%
B = 32.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#EEFDF1 (or 0xEEFDF1) is known color: Dew. HEX triplet: EE, FD and F1. RGB value is (238,253,241). Sum of RGB (Red+Green+Blue) = 238+253+241=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 253 (99.22% from 255 or 34.56% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFDF1 is #11020E. Grayscale: #F7F7F7. Windows color (decimal): -1114639 or 15859182. OLE color: 15859182.

HSL color Cylindrical-coordinate representation of color #EEFDF1: hue angle of 132º degrees, saturation: 0.79, 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 #EEFDF1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 241 -
CMYK 0.06 0 0.05 0.01
HSL 132º 0.79% 0.96% -
HSV(B) 132º 0.06% 0.99% -
XYZ 86.26 94.78 96.97 -
YUV 247.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 238 253 241 0.06 0 0.05 0.01 132 0.79 0.96
Hex EE FD F1 6 0 5 1 84 4F 60
Octal 356 375 361 6 0 5 1 204 117 140
Binary 11101110 11111101 11110001 110 0 101 1 10000100 1001111 1100000

Color Harmonies of #EEFDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDF1

Black with #EEFDF1

Text Example


Text Example

White with #EEFDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDF1; }

 p { color: rgb(238,253,241); }

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

background-color css

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

 a { background-color: rgb(238,253,241); }

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

border-color css

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

 span { border-color: rgb(238,253,241); }

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