#EAFDCC

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

Shades of Snow Flurry #EAFDCC

Tints of Snow Flurry #EAFDCC

Color information

#EAFDCC (or 0xEAFDCC) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and CC. RGB value is (234,253,204). Sum of RGB (Red+Green+Blue) = 234+253+204=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 204 (80.08% from 255 or 29.52% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDCC is #150233. Grayscale: #F1F1F1. Windows color (decimal): -1376820 or 13434346. OLE color: 13434346.

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

Color convert

RGB234253204-
CMYK0.0800.190.01
HSL83.27º92.45%89.61%-
HSV(B)83.27º19.37%99.22%-
XYZ79.9692.170.69-
YUV241.73106.71122.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 204 (80.08% from 255) = 29.52%
R=33.86%
G=36.61%
B=29.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342532040.0800.190.0183.2792.4589.61
HexEAFDCC80131535c5a
Octal352375314100231123134132
Binary11101010111111011100110010000100111101001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDCC; }

 p { color: rgb(234,253,204); }

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

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

 a { background-color: rgb(234,253,204); }

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

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

 span { border-color: rgb(234,253,204); }

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