#EEFBCA

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

Shades of Snow Flurry #EEFBCA

Tints of Snow Flurry #EEFBCA

Color information

#EEFBCA (or 0xEEFBCA) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and CA. RGB value is (238,251,202). Sum of RGB (Red+Green+Blue) = 238+251+202=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 202 (79.30% from 255 or 29.23% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBCA is #110435. Grayscale: #F1F1F1. Windows color (decimal): -1115190 or 13302766. OLE color: 13302766.

HSL color Cylindrical-coordinate representation of color #EEFBCA: hue angle of 75.92º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFBCA is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB238251202-
CMYK0.0500.200.02
HSL75.92º85.96%88.82%-
HSV(B)75.92º19.52%98.43%-
XYZ80.4291.4469.29-
YUV241.53105.69125.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 202 (79.30% from 255) = 29.23%
R=34.44%
G=36.32%
B=29.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512020.0500.200.0275.9285.9688.82
HexEEFBCA501424c5659
Octal35637331250242114126131
Binary11101110111110111100101010101010010100110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBCA; }

 p { color: rgb(238,251,202); }

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

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

 a { background-color: rgb(238,251,202); }

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

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

 span { border-color: rgb(238,251,202); }

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