Html Css Color HEX #EAF8ED Dew

📋 copy color: '#EAF8ED'

red 234 ◦ green 248 ◦ blue 237

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

Shades of Dew #EAF8ED

Tints of Dew #EAF8ED

RGB

 RED value IS 234 (91.8% from 255) = 32.55%

 GREEN value IS 248 (97.27% from 255) = 34.49%

 BLUE value IS 237 (92.97% from 255) = 32.96%

R = 32.55%
G = 34.49%
B = 32.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#EAF8ED (or 0xEAF8ED) is known color: Dew. HEX triplet: EA, F8 and ED. RGB value is (234,248,237). Sum of RGB (Red+Green+Blue) = 234+248+237=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8ED is #150712. Grayscale: #F2F2F2. Windows color (decimal): -1378067 or 15595754. OLE color: 15595754.

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

Color convert

RGB 234 248 237 -
CMYK 0.06 0 0.04 0.03
HSL 132.86º 0.5% 0.95% -
HSV(B) 132.86º 0.06% 0.97% -
XYZ 82.79 90.74 93.27 -
YUV 242.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 234 248 237 0.06 0 0.04 0.03 132.86 0.5 0.95
Hex EA F8 ED 6 0 4 3 85 32 5F
Octal 352 370 355 6 0 4 3 205 62 137
Binary 11101010 11111000 11101101 110 0 100 11 10000101 110010 1011111

Color Harmonies of #EAF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8ED

Black with #EAF8ED

Text Example


Text Example

White with #EAF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8ED; }

 p { color: rgb(234,248,237); }

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

background-color css

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

 a { background-color: rgb(234,248,237); }

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

border-color css

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

 span { border-color: rgb(234,248,237); }

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