#EFFBCE

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

Shades of Snow Flurry #EFFBCE

Tints of Snow Flurry #EFFBCE

Color information

#EFFBCE (or 0xEFFBCE) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and CE. RGB value is (239,251,206). Sum of RGB (Red+Green+Blue) = 239+251+206=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBCE is #100431. Grayscale: #F2F2F2. Windows color (decimal): -1049650 or 13564911. OLE color: 13564911.

HSL color Cylindrical-coordinate representation of color #EFFBCE: hue angle of 76º 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 #EFFBCE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB239251206-
CMYK0.0500.180.02
HSL76º84.91%89.61%-
HSV(B)76º17.93%98.43%-
XYZ81.2391.871.83-
YUV242.28107.52125.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 206 (80.86% from 255) = 29.60%
R=34.34%
G=36.06%
B=29.60%

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
Decimal2392512060.0500.180.027684.9189.61
HexEFFBCE501224c555a
Octal35737331650222114125132
Binary11101111111110111100111010101001010100110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBCE; }

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

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

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

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

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

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

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

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