Html Css Color HEX #E2F1D3 Frostee

📋 copy color: '#E2F1D3'

red 226 ◦ green 241 ◦ blue 211

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

Shades of Frostee #E2F1D3

Tints of Frostee #E2F1D3

RGB

 RED value IS 226 (88.67% from 255) = 33.33%

 GREEN value IS 241 (94.53% from 255) = 35.55%

 BLUE value IS 211 (82.81% from 255) = 31.12%

R = 33.33%
G = 35.55%
B = 31.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#E2F1D3 (or 0xE2F1D3) is known color: Frostee. HEX triplet: E2, F1 and D3. RGB value is (226,241,211). Sum of RGB (Red+Green+Blue) = 226+241+211=678 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.33% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F1D3 is #1D0E2C. Grayscale: #E9E9E9. Windows color (decimal): -1904173 or 13890018. OLE color: 13890018.

HSL color Cylindrical-coordinate representation of color #E2F1D3: hue angle of 90º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2F1D3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 241 211 -
CMYK 0.06 0 0.12 0.05
HSL 90º 0.52% 0.89% -
HSV(B) 90º 0.12% 0.95% -
XYZ 74.58 83.78 73.87 -
YUV 233.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 226 241 211 0.06 0 0.12 0.05 90 0.52 0.89
Hex E2 F1 D3 6 0 C 5 5A 34 59
Octal 342 361 323 6 0 14 5 132 64 131
Binary 11100010 11110001 11010011 110 0 1100 101 1011010 110100 1011001

Color Harmonies of #E2F1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1D3

Black with #E2F1D3

Text Example


Text Example

White with #E2F1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1D3; }

 p { color: rgb(226,241,211); }

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

background-color css

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

 a { background-color: rgb(226,241,211); }

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

border-color css

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

 span { border-color: rgb(226,241,211); }

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