#DEF1BF

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

Shades of Snow Flurry #DEF1BF

Tints of Snow Flurry #DEF1BF

Color information

#DEF1BF (or 0xDEF1BF) is unknown color: approx Snow Flurry. HEX triplet: DE, F1 and BF. RGB value is (222,241,191). Sum of RGB (Red+Green+Blue) = 222+241+191=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1BF is #210E40. Grayscale: #E5E5E5. Windows color (decimal): -2166337 or 12579294. OLE color: 12579294.

HSL color Cylindrical-coordinate representation of color #DEF1BF: hue angle of 82.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEF1BF is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB222241191-
CMYK0.0800.210.05
HSL82.8º64.1%84.71%-
HSV(B)82.8º20.75%94.51%-
XYZ70.9882.261.42-
YUV229.62106.21122.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 191 (75% from 255) = 29.20%
R=33.94%
G=36.85%
B=29.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222411910.0800.210.0582.864.184.71
HexDEF1BF80155534055
Octal336361277100255123100125
Binary1101111011110001101111111000010101101101001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1BF; }

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

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

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

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

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

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

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

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