#DFF1BF

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

Shades of Snow Flurry #DFF1BF

Tints of Snow Flurry #DFF1BF

Color information

#DFF1BF (or 0xDFF1BF) is unknown color: approx Snow Flurry. HEX triplet: DF, F1 and BF. RGB value is (223,241,191). Sum of RGB (Red+Green+Blue) = 223+241+191=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1BF is #200E40. Grayscale: #E6E6E6. Windows color (decimal): -2100801 or 12579295. OLE color: 12579295.

HSL color Cylindrical-coordinate representation of color #DFF1BF: hue angle of 81.6º 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 #DFF1BF is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB223241191-
CMYK0.0700.210.05
HSL81.6º64.1%84.71%-
HSV(B)81.6º20.75%94.51%-
XYZ71.2982.3661.43-
YUV229.92106.04123.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 191 (75% from 255) = 29.16%
R=34.05%
G=36.79%
B=29.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232411910.0700.210.0581.664.184.71
HexDFF1BF70155524055
Octal33736127770255122100125
Binary110111111111000110111111111010101101101001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1BF; }

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

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

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

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

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

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

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

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