Html Css Color HEX #E2EFD1 Frostee

📋 copy color: '#E2EFD1'

red 226 ◦ green 239 ◦ blue 209

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

Shades of Frostee #E2EFD1

Tints of Frostee #E2EFD1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.46%

 BLUE value IS 209 (82.03% from 255) = 31.01%

R = 33.53%
G = 35.46%
B = 31.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#E2EFD1 (or 0xE2EFD1) is known color: Frostee. HEX triplet: E2, EF and D1. RGB value is (226,239,209). Sum of RGB (Red+Green+Blue) = 226+239+209=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFD1 is #1D102E. Grayscale: #E7E7E7. Windows color (decimal): -1904687 or 13758434. OLE color: 13758434.

HSL color Cylindrical-coordinate representation of color #E2EFD1: hue angle of 86º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2EFD1 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 209 -
CMYK 0.05 0 0.13 0.06
HSL 86º 0.48% 0.88% -
HSV(B) 86º 0.13% 0.94% -
XYZ 73.74 82.51 72.36 -
YUV 231.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 226 239 209 0.05 0 0.13 0.06 86 0.48 0.88
Hex E2 EF D1 5 0 D 6 56 30 58
Octal 342 357 321 5 0 15 6 126 60 130
Binary 11100010 11101111 11010001 101 0 1101 110 1010110 110000 1011000

Color Harmonies of #E2EFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EFD1

Black with #E2EFD1

Text Example


Text Example

White with #E2EFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EFD1; }

 p { color: rgb(226,239,209); }

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

background-color css

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

 a { background-color: rgb(226,239,209); }

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

border-color css

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

 span { border-color: rgb(226,239,209); }

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