#EAFCCB

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

Shades of Snow Flurry #EAFCCB

Tints of Snow Flurry #EAFCCB

Color information

#EAFCCB (or 0xEAFCCB) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and CB. RGB value is (234,252,203). Sum of RGB (Red+Green+Blue) = 234+252+203=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 203 (79.69% from 255 or 29.46% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCCB is #150334. Grayscale: #F1F1F1. Windows color (decimal): -1377077 or 13368554. OLE color: 13368554.

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

Color convert

RGB234252203-
CMYK0.0700.190.01
HSL82.04º89.09%89.22%-
HSV(B)82.04º19.44%98.82%-
XYZ79.5291.4369.96-
YUV241.03106.54122.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 203 (79.69% from 255) = 29.46%
R=33.96%
G=36.57%
B=29.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522030.0700.190.0182.0489.0989.22
HexEAFCCB70131525959
Octal35237431370231122131131
Binary1110101011111100110010111110100111101001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCCB; }

 p { color: rgb(234,252,203); }

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

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

 a { background-color: rgb(234,252,203); }

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

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

 span { border-color: rgb(234,252,203); }

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