#EBF8CC

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

Shades of Snow Flurry #EBF8CC

Tints of Snow Flurry #EBF8CC

Color information

#EBF8CC (or 0xEBF8CC) is unknown color: approx Snow Flurry. HEX triplet: EB, F8 and CC. RGB value is (235,248,204). Sum of RGB (Red+Green+Blue) = 235+248+204=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 204 (80.08% from 255 or 29.69% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8CC is #140733. Grayscale: #EFEFEF. Windows color (decimal): -1312564 or 13433067. OLE color: 13433067.

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

Color convert

RGB235248204-
CMYK0.0500.180.03
HSL77.73º75.86%88.63%-
HSV(B)77.73º17.74%97.25%-
XYZ78.7389.1670.19-
YUV239.1108.19125.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 248 (97.27% from 255) = 36.10%
BLUE value IS 204 (80.08% from 255) = 29.69%
R=34.21%
G=36.10%
B=29.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482040.0500.180.0377.7375.8688.63
HexEBF8CC501234e4c59
Octal35337031450223116114131
Binary11101011111110001100110010101001011100111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8CC; }

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

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

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

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

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

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

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

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