Html Css Color HEX #E6F2BC Snow Flurry

📋 copy color: '#E6F2BC'

red 230 ◦ green 242 ◦ blue 188

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

Shades of Snow Flurry #E6F2BC

Tints of Snow Flurry #E6F2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.48%

R = 34.85%
G = 36.67%
B = 28.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#E6F2BC (or 0xE6F2BC) is known color: Snow Flurry. HEX triplet: E6, F2 and BC. RGB value is (230,242,188). Sum of RGB (Red+Green+Blue) = 230+242+188=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BC is #190D43. Grayscale: #E8E8E8. Windows color (decimal): -1641796 or 12382950. OLE color: 12382950.

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

Color convert

RGB 230 242 188 -
CMYK 0.05 0 0.22 0.05
HSL 73.33º 0.68% 0.84% -
HSV(B) 73.33º 0.22% 0.95% -
XYZ 73.46 83.96 59.91 -
YUV 232.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 230 242 188 0.05 0 0.22 0.05 73.33 0.68 0.84
Hex E6 F2 BC 5 0 16 5 49 44 54
Octal 346 362 274 5 0 26 5 111 104 124
Binary 11100110 11110010 10111100 101 0 10110 101 1001001 1000100 1010100

Color Harmonies of #E6F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2BC

Black with #E6F2BC

Text Example


Text Example

White with #E6F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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