Html Css Color HEX #E1FAF5 Clear Day

📋 copy color: '#E1FAF5'

red 225 ◦ green 250 ◦ blue 245

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

Shades of Clear Day #E1FAF5

Tints of Clear Day #E1FAF5

RGB

 RED value IS 225 (88.28% from 255) = 31.25%

 GREEN value IS 250 (98.05% from 255) = 34.72%

 BLUE value IS 245 (96.09% from 255) = 34.03%

R = 31.25%
G = 34.72%
B = 34.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#E1FAF5 (or 0xE1FAF5) is known color: Clear Day. HEX triplet: E1, FA and F5. RGB value is (225,250,245). Sum of RGB (Red+Green+Blue) = 225+250+245=720 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.25% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAF5 is #1E050A. Grayscale: #F1F1F1. Windows color (decimal): -1967371 or 16120545. OLE color: 16120545.

HSL color Cylindrical-coordinate representation of color #E1FAF5: hue angle of 168º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1FAF5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 250 245 -
CMYK 0.10 0 0.02 0.02
HSL 168º 0.71% 0.93% -
HSV(B) 168º 0.1% 0.98% -
XYZ 81.72 90.97 99.64 -
YUV 241.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 225 250 245 0.10 0 0.02 0.02 168 0.71 0.93
Hex E1 FA F5 A 0 2 2 A8 47 5D
Octal 341 372 365 12 0 2 2 250 107 135
Binary 11100001 11111010 11110101 1010 0 10 10 10101000 1000111 1011101

Color Harmonies of #E1FAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FAF5

Black with #E1FAF5

Text Example


Text Example

White with #E1FAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FAF5; }

 p { color: rgb(225,250,245); }

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

background-color css

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

 a { background-color: rgb(225,250,245); }

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

border-color css

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

 span { border-color: rgb(225,250,245); }

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