#EFFBCF

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

Shades of Snow Flurry #EFFBCF

Tints of Snow Flurry #EFFBCF

Color information

#EFFBCF (or 0xEFFBCF) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and CF. RGB value is (239,251,207). Sum of RGB (Red+Green+Blue) = 239+251+207=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCF is #100430. Grayscale: #F2F2F2. Windows color (decimal): -1049649 or 13630447. OLE color: 13630447.

HSL color Cylindrical-coordinate representation of color #EFFBCF: hue angle of 76.36º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFBCF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB239251207-
CMYK0.0500.180.02
HSL76.36º84.62%89.8%-
HSV(B)76.36º17.53%98.43%-
XYZ81.3691.8572.47-
YUV242.4108.02125.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 207 (81.25% from 255) = 29.70%
R=34.29%
G=36.01%
B=29.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512070.0500.180.0276.3684.6289.8
HexEFFBCF501224c555a
Octal35737331750222114125132
Binary11101111111110111100111110101001010100110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBCF; }

 p { color: rgb(239,251,207); }

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

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

 a { background-color: rgb(239,251,207); }

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

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

 span { border-color: rgb(239,251,207); }

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