#EAFFCB

Color #EAFFCB Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EAFFCB

Tints of Snow Flurry #EAFFCB

Color information

#EAFFCB (or 0xEAFFCB) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and CB. RGB value is (234,255,203). Sum of RGB (Red+Green+Blue) = 234+255+203=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFCB is #150034. Grayscale: #F2F2F2. Windows color (decimal): -1376309 or 13369322. OLE color: 13369322.

HSL color Cylindrical-coordinate representation of color #EAFFCB: hue angle of 84.23º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAFFCB is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB234255203-
CMYK0.0800.200
HSL84.23º100%89.8%-
HSV(B)84.23º20.39%100%-
XYZ80.4793.3270.27-
YUV242.79105.54121.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 29.34%
R=33.82%
G=36.85%
B=29.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342552030.0800.20084.2310089.8
HexEAFFCB8014054645a
Octal352377313100240124144132
Binary11101010111111111100101110000101000101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFCB; }

 p { color: rgb(234,255,203); }

 H1.HeaderClassName
 {
   color: #EAFFCB;
 }
 .AnyTagClassName
 {
   color: #EAFFCB;
 }
</style>
background-color css

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

 a { background-color: rgb(234,255,203); }

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

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

 span { border-color: rgb(234,255,203); }

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