#DEEFBA

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

Shades of Snow Flurry #DEEFBA

Tints of Snow Flurry #DEEFBA

Color information

#DEEFBA (or 0xDEEFBA) is unknown color: approx Snow Flurry. HEX triplet: DE, EF and BA. RGB value is (222,239,186). Sum of RGB (Red+Green+Blue) = 222+239+186=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFBA is #211045. Grayscale: #E4E4E4. Windows color (decimal): -2166854 or 12251102. OLE color: 12251102.

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

Color convert

RGB222239186-
CMYK0.0700.220.06
HSL79.25º62.35%83.33%-
HSV(B)79.25º22.18%93.73%-
XYZ69.8580.8158.37-
YUV227.88104.37123.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 186 (73.05% from 255) = 28.75%
R=34.31%
G=36.94%
B=28.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391860.0700.220.0679.2562.3583.33
HexDEEFBA701664f3e53
Octal3363572727026611776123
Binary11011110111011111011101011101011011010011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFBA; }

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

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

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

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

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

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

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

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