Html Css Color HEX #E1FDF2 Clear Day

📋 copy color: '#E1FDF2'

red 225 ◦ green 253 ◦ blue 242

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

Shades of Clear Day #E1FDF2

Tints of Clear Day #E1FDF2

RGB

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

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

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

R = 31.25%
G = 35.14%
B = 33.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#E1FDF2 (or 0xE1FDF2) is known color: Clear Day. HEX triplet: E1, FD and F2. RGB value is (225,253,242). Sum of RGB (Red+Green+Blue) = 225+253+242=720 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.25% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 242 (94.92% from 255 or 33.61% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FDF2 is #1E020D. Grayscale: #F3F3F3. Windows color (decimal): -1966606 or 15924705. OLE color: 15924705.

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

Color convert

RGB 225 253 242 -
CMYK 0.11 0 0.04 0.01
HSL 156.43º 0.88% 0.94% -
HSV(B) 156.43º 0.11% 0.99% -
XYZ 82.2 92.67 97.56 -
YUV 243.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 225 253 242 0.11 0 0.04 0.01 156.43 0.88 0.94
Hex E1 FD F2 B 0 4 1 9C 58 5E
Octal 341 375 362 13 0 4 1 234 130 136
Binary 11100001 11111101 11110010 1011 0 100 1 10011100 1011000 1011110

Color Harmonies of #E1FDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1FDF2

Black with #E1FDF2

Text Example


Text Example

White with #E1FDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1FDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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