#E6FCCC

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

Shades of Snow Flurry #E6FCCC

Tints of Snow Flurry #E6FCCC

Color information

#E6FCCC (or 0xE6FCCC) is unknown color: approx Snow Flurry. HEX triplet: E6, FC and CC. RGB value is (230,252,204). Sum of RGB (Red+Green+Blue) = 230+252+204=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 204 (80.08% from 255 or 29.74% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCCC is #190333. Grayscale: #F0F0F0. Windows color (decimal): -1639220 or 13434086. OLE color: 13434086.

HSL color Cylindrical-coordinate representation of color #E6FCCC: hue angle of 87.5º 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 #E6FCCC is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB230252204-
CMYK0.0900.190.01
HSL87.5º88.89%89.41%-
HSV(B)87.5º19.05%98.82%-
XYZ78.3490.870.52-
YUV239.95107.71120.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.53%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 204 (80.08% from 255) = 29.74%
R=33.53%
G=36.73%
B=29.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302522040.0900.190.0187.588.8989.41
HexE6FCCC90131585959
Octal346374314110231130131131
Binary11100110111111001100110010010100111101100010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FCCC; }

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

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

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

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

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

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

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

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