#DEEFBF

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

Shades of Snow Flurry #DEEFBF

Tints of Snow Flurry #DEEFBF

Color information

#DEEFBF (or 0xDEEFBF) is unknown color: approx Snow Flurry. HEX triplet: DE, EF and BF. RGB value is (222,239,191). Sum of RGB (Red+Green+Blue) = 222+239+191=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFBF is #211040. Grayscale: #E4E4E4. Windows color (decimal): -2166849 or 12578782. OLE color: 12578782.

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

Color convert

RGB222239191-
CMYK0.0700.200.06
HSL81.25º60%84.31%-
HSV(B)81.25º20.08%93.73%-
XYZ70.3981.0261.22-
YUV228.44106.87123.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 191 (75% from 255) = 29.29%
R=34.05%
G=36.66%
B=29.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391910.0700.200.0681.256084.31
HexDEEFBF70146513c54
Octal3363572777024612174124
Binary11011110111011111011111111101010011010100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFBF; }

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

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

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

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

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

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

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

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