#EBF7CC

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

Shades of Snow Flurry #EBF7CC

Tints of Snow Flurry #EBF7CC

Color information

#EBF7CC (or 0xEBF7CC) is unknown color: approx Snow Flurry. HEX triplet: EB, F7 and CC. RGB value is (235,247,204). Sum of RGB (Red+Green+Blue) = 235+247+204=686 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.26% from 686); Green value is 247 (96.88% from 255 or 36.01% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF7CC is #140833. Grayscale: #EEEEEE. Windows color (decimal): -1312820 or 13432811. OLE color: 13432811.

HSL color Cylindrical-coordinate representation of color #EBF7CC: hue angle of 76.74º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBF7CC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB235247204-
CMYK0.0500.170.03
HSL76.74º72.88%88.43%-
HSV(B)76.74º17.41%96.86%-
XYZ78.4288.5470.08-
YUV238.51108.52125.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.26%
GREEN value IS 247 (96.88% from 255) = 36.01%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=34.26%
G=36.01%
B=29.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352472040.0500.170.0376.7472.8888.43
HexEBF7CC501134d4958
Octal35336731450213115111130
Binary11101011111101111100110010101000111100110110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF7CC; }

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

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

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

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

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

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

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

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