Html Css Color HEX #E6F2C0 Snow Flurry

📋 copy color: '#E6F2C0'

red 230 ◦ green 242 ◦ blue 192

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

Shades of Snow Flurry #E6F2C0

Tints of Snow Flurry #E6F2C0

RGB

 RED value IS 230 (90.23% from 255) = 34.64%

 GREEN value IS 242 (94.92% from 255) = 36.45%

 BLUE value IS 192 (75.39% from 255) = 28.92%

R = 34.64%
G = 36.45%
B = 28.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#E6F2C0 (or 0xE6F2C0) is known color: Snow Flurry. HEX triplet: E6, F2 and C0. RGB value is (230,242,192). Sum of RGB (Red+Green+Blue) = 230+242+192=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2C0 is #190D3F. Grayscale: #E8E8E8. Windows color (decimal): -1641792 or 12645094. OLE color: 12645094.

HSL color Cylindrical-coordinate representation of color #E6F2C0: hue angle of 74.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6F2C0 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 230 242 192 -
CMYK 0.05 0 0.21 0.05
HSL 74.4º 0.66% 0.85% -
HSV(B) 74.4º 0.21% 0.95% -
XYZ 73.9 84.13 62.21 -
YUV 232.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 230 242 192 0.05 0 0.21 0.05 74.4 0.66 0.85
Hex E6 F2 C0 5 0 15 5 4A 42 55
Octal 346 362 300 5 0 25 5 112 102 125
Binary 11100110 11110010 11000000 101 0 10101 101 1001010 1000010 1010101

Color Harmonies of #E6F2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2C0

Black with #E6F2C0

Text Example


Text Example

White with #E6F2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2C0; }

 p { color: rgb(230,242,192); }

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

background-color css

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

 a { background-color: rgb(230,242,192); }

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

border-color css

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

 span { border-color: rgb(230,242,192); }

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