#DEEFBE

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

Shades of Snow Flurry #DEEFBE

Tints of Snow Flurry #DEEFBE

Color information

#DEEFBE (or 0xDEEFBE) is unknown color: approx Snow Flurry. HEX triplet: DE, EF and BE. RGB value is (222,239,190). Sum of RGB (Red+Green+Blue) = 222+239+190=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFBE is #211041. Grayscale: #E4E4E4. Windows color (decimal): -2166850 or 12513246. OLE color: 12513246.

HSL color Cylindrical-coordinate representation of color #DEEFBE: hue angle of 80.82º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEEFBE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB222239190-
CMYK0.0700.210.06
HSL80.82º60.49%84.12%-
HSV(B)80.82º20.5%93.73%-
XYZ70.2880.9860.64-
YUV228.33106.37123.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=34.10%
G=36.71%
B=29.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391900.0700.210.0680.8260.4984.12
HexDEEFBE70156513c54
Octal3363572767025612174124
Binary11011110111011111011111011101010111010100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFBE; }

 p { color: rgb(222,239,190); }

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

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

 a { background-color: rgb(222,239,190); }

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

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

 span { border-color: rgb(222,239,190); }

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