#EBFCCA

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

Shades of Snow Flurry #EBFCCA

Tints of Snow Flurry #EBFCCA

Color information

#EBFCCA (or 0xEBFCCA) is unknown color: approx Snow Flurry. HEX triplet: EB, FC and CA. RGB value is (235,252,202). Sum of RGB (Red+Green+Blue) = 235+252+202=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCCA is #140335. Grayscale: #F1F1F1. Windows color (decimal): -1311542 or 13303019. OLE color: 13303019.

HSL color Cylindrical-coordinate representation of color #EBFCCA: hue angle of 80.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBFCCA is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB235252202-
CMYK0.0700.200.01
HSL80.4º89.29%89.02%-
HSV(B)80.4º19.84%98.82%-
XYZ79.7391.5569.35-
YUV241.22105.87123.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.11%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=34.11%
G=36.57%
B=29.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522020.0700.200.0180.489.2989.02
HexEBFCCA70141505959
Octal35337431270241120131131
Binary1110101111111100110010101110101001101000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCCA; }

 p { color: rgb(235,252,202); }

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

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

 a { background-color: rgb(235,252,202); }

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

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

 span { border-color: rgb(235,252,202); }

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