#EEFDCB

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

Shades of Snow Flurry #EEFDCB

Tints of Snow Flurry #EEFDCB

Color information

#EEFDCB (or 0xEEFDCB) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and CB. RGB value is (238,253,203). Sum of RGB (Red+Green+Blue) = 238+253+203=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 203 (79.69% from 255 or 29.25% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCB is #110234. Grayscale: #F2F2F2. Windows color (decimal): -1114677 or 13368814. OLE color: 13368814.

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

Color convert

RGB238253203-
CMYK0.0600.200.01
HSL78º92.59%89.41%-
HSV(B)78º19.76%99.22%-
XYZ81.1692.7470.12-
YUV242.82105.53124.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 203 (79.69% from 255) = 29.25%
R=34.29%
G=36.46%
B=29.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532030.0600.200.017892.5989.41
HexEEFDCB601414e5d59
Octal35637531360241116135131
Binary1110111011111101110010111100101001100111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDCB; }

 p { color: rgb(238,253,203); }

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

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

 a { background-color: rgb(238,253,203); }

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

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

 span { border-color: rgb(238,253,203); }

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