#E6FDCA

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

Shades of Snow Flurry #E6FDCA

Tints of Snow Flurry #E6FDCA

Color information

#E6FDCA (or 0xE6FDCA) is unknown color: approx Snow Flurry. HEX triplet: E6, FD and CA. RGB value is (230,253,202). Sum of RGB (Red+Green+Blue) = 230+253+202=685 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.58% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDCA is #190235. Grayscale: #F0F0F0. Windows color (decimal): -1638966 or 13303270. OLE color: 13303270.

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

Color convert

RGB230253202-
CMYK0.0900.200.01
HSL87.06º92.73%89.22%-
HSV(B)87.06º20.16%99.22%-
XYZ78.4291.3469.37-
YUV240.31106.38120.65-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.58%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=33.58%
G=36.93%
B=29.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302532020.0900.200.0187.0692.7389.22
HexE6FDCA90141575d59
Octal346375312110241127135131
Binary11100110111111011100101010010101001101011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FDCA; }

 p { color: rgb(230,253,202); }

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

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

 a { background-color: rgb(230,253,202); }

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

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

 span { border-color: rgb(230,253,202); }

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