#EFFCCF

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

Shades of Snow Flurry #EFFCCF

Tints of Snow Flurry #EFFCCF

Color information

#EFFCCF (or 0xEFFCCF) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and CF. RGB value is (239,252,207). Sum of RGB (Red+Green+Blue) = 239+252+207=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCF is #100330. Grayscale: #F3F3F3. Windows color (decimal): -1049393 or 13630703. OLE color: 13630703.

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

Color convert

RGB239252207-
CMYK0.0500.180.01
HSL77.33º88.24%90%-
HSV(B)77.33º17.86%98.82%-
XYZ81.6792.4872.58-
YUV242.98107.69125.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 207 (81.25% from 255) = 29.66%
R=34.24%
G=36.10%
B=29.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522070.0500.180.0177.3388.2490
HexEFFCCF501214d585a
Octal35737431750221115130132
Binary1110111111111100110011111010100101100110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCCF; }

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

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

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

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

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

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

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

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