Html Css Color HEX #E2F3CF Frostee

📋 copy color: '#E2F3CF'

red 226 ◦ green 243 ◦ blue 207

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

Shades of Frostee #E2F3CF

Tints of Frostee #E2F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.95%

 BLUE value IS 207 (81.25% from 255) = 30.62%

R = 33.43%
G = 35.95%
B = 30.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#E2F3CF (or 0xE2F3CF) is known color: Frostee. HEX triplet: E2, F3 and CF. RGB value is (226,243,207). Sum of RGB (Red+Green+Blue) = 226+243+207=676 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.43% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F3CF is #1D0C30. Grayscale: #E9E9E9. Windows color (decimal): -1903665 or 13628386. OLE color: 13628386.

HSL color Cylindrical-coordinate representation of color #E2F3CF: hue angle of 88.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2F3CF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 243 207 -
CMYK 0.07 0 0.15 0.05
HSL 88.33º 0.6% 0.88% -
HSV(B) 88.33º 0.15% 0.95% -
XYZ 74.68 84.77 71.46 -
YUV 233.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 226 243 207 0.07 0 0.15 0.05 88.33 0.6 0.88
Hex E2 F3 CF 7 0 F 5 58 3C 58
Octal 342 363 317 7 0 17 5 130 74 130
Binary 11100010 11110011 11001111 111 0 1111 101 1011000 111100 1011000

Color Harmonies of #E2F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F3CF

Black with #E2F3CF

Text Example


Text Example

White with #E2F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F3CF; }

 p { color: rgb(226,243,207); }

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

background-color css

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

 a { background-color: rgb(226,243,207); }

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

border-color css

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

 span { border-color: rgb(226,243,207); }

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