Html Css Color HEX #E5FAF2 Clear Day

📋 copy color: '#E5FAF2'

red 229 ◦ green 250 ◦ blue 242

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

Shades of Clear Day #E5FAF2

Tints of Clear Day #E5FAF2

RGB

 RED value IS 229 (89.84% from 255) = 31.76%

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

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

R = 31.76%
G = 34.67%
B = 33.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#E5FAF2 (or 0xE5FAF2) is known color: Clear Day. HEX triplet: E5, FA and F2. RGB value is (229,250,242). Sum of RGB (Red+Green+Blue) = 229+250+242=721 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.76% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 250 - color contains mainly: green. Hex color #E5FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAF2 is #1A050D. Grayscale: #F2F2F2. Windows color (decimal): -1705230 or 15923941. OLE color: 15923941.

HSL color Cylindrical-coordinate representation of color #E5FAF2: hue angle of 157.14º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAF2 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 250 242 -
CMYK 0.08 0 0.03 0.02
HSL 157.14º 0.68% 0.94% -
HSV(B) 157.14º 0.08% 0.98% -
XYZ 82.53 91.44 97.3 -
YUV 242.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 229 250 242 0.08 0 0.03 0.02 157.14 0.68 0.94
Hex E5 FA F2 8 0 3 2 9D 44 5E
Octal 345 372 362 10 0 3 2 235 104 136
Binary 11100101 11111010 11110010 1000 0 11 10 10011101 1000100 1011110

Color Harmonies of #E5FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5FAF2

Black with #E5FAF2

Text Example


Text Example

White with #E5FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5FAF2; }

 p { color: rgb(229,250,242); }

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

background-color css

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

 a { background-color: rgb(229,250,242); }

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

border-color css

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

 span { border-color: rgb(229,250,242); }

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