Html Css Color HEX #E6F2BD Snow Flurry

📋 copy color: '#E6F2BD'

red 230 ◦ green 242 ◦ blue 189

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

Shades of Snow Flurry #E6F2BD

Tints of Snow Flurry #E6F2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.59%

R = 34.8%
G = 36.61%
B = 28.59%

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

#E6F2BD (or 0xE6F2BD) is known color: Snow Flurry. HEX triplet: E6, F2 and BD. RGB value is (230,242,189). Sum of RGB (Red+Green+Blue) = 230+242+189=661 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.80% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #E6F2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F2BD is #190D42. Grayscale: #E8E8E8. Windows color (decimal): -1641795 or 12448486. OLE color: 12448486.

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

Color convert

RGB 230 242 189 -
CMYK 0.05 0 0.22 0.05
HSL 73.58º 0.67% 0.85% -
HSV(B) 73.58º 0.22% 0.95% -
XYZ 73.57 84 60.48 -
YUV 232.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 230 242 189 0.05 0 0.22 0.05 73.58 0.67 0.85
Hex E6 F2 BD 5 0 16 5 4A 43 55
Octal 346 362 275 5 0 26 5 112 103 125
Binary 11100110 11110010 10111101 101 0 10110 101 1001010 1000011 1010101

Color Harmonies of #E6F2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F2BD

Black with #E6F2BD

Text Example


Text Example

White with #E6F2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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