#DFF2BF

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

Shades of Snow Flurry #DFF2BF

Tints of Snow Flurry #DFF2BF

Color information

#DFF2BF (or 0xDFF2BF) is unknown color: approx Snow Flurry. HEX triplet: DF, F2 and BF. RGB value is (223,242,191). Sum of RGB (Red+Green+Blue) = 223+242+191=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BF is #200D40. Grayscale: #E6E6E6. Windows color (decimal): -2100545 or 12579551. OLE color: 12579551.

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

Color convert

RGB223242191-
CMYK0.0800.210.05
HSL82.35º66.23%84.9%-
HSV(B)82.35º21.07%94.9%-
XYZ71.5982.9561.53-
YUV230.5105.71122.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 191 (75% from 255) = 29.12%
R=33.99%
G=36.89%
B=29.12%

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
Decimal2232421910.0800.210.0582.3566.2384.9
HexDFF2BF80155524255
Octal337362277100255122102125
Binary1101111111110010101111111000010101101101001010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2BF; }

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

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

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

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

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

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

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

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