#EBFCCC

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

Shades of Snow Flurry #EBFCCC

Tints of Snow Flurry #EBFCCC

Color information

#EBFCCC (or 0xEBFCCC) is unknown color: approx Snow Flurry. HEX triplet: EB, FC and CC. RGB value is (235,252,204). Sum of RGB (Red+Green+Blue) = 235+252+204=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCCC is #140333. Grayscale: #F1F1F1. Windows color (decimal): -1311540 or 13434091. OLE color: 13434091.

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

Color convert

RGB235252204-
CMYK0.0700.190.01
HSL81.25º88.89%89.41%-
HSV(B)81.25º19.05%98.82%-
XYZ79.9791.6470.6-
YUV241.44106.87123.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=34.01%
G=36.47%
B=29.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522040.0700.190.0181.2588.8989.41
HexEBFCCC70131515959
Octal35337431470231121131131
Binary1110101111111100110011001110100111101000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCCC; }

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

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

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

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

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

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

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

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