#EFFCCC

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

Shades of Snow Flurry #EFFCCC

Tints of Snow Flurry #EFFCCC

Color information

#EFFCCC (or 0xEFFCCC) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and CC. RGB value is (239,252,204). Sum of RGB (Red+Green+Blue) = 239+252+204=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCC is #100333. Grayscale: #F2F2F2. Windows color (decimal): -1049396 or 13434095. OLE color: 13434095.

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

Color convert

RGB239252204-
CMYK0.0500.190.01
HSL76.25º88.89%89.41%-
HSV(B)76.25º19.05%98.82%-
XYZ81.3192.3370.66-
YUV242.64106.19125.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 252 (98.83% from 255) = 36.26%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=34.39%
G=36.26%
B=29.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522040.0500.190.0176.2588.8989.41
HexEFFCCC501314c5959
Octal35737431450231114131131
Binary1110111111111100110011001010100111100110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCCC; }

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

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

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

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

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

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

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

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