#DFFEBF

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

Shades of Snow Flurry #DFFEBF

Tints of Snow Flurry #DFFEBF

Color information

#DFFEBF (or 0xDFFEBF) is unknown color: approx Snow Flurry. HEX triplet: DF, FE and BF. RGB value is (223,254,191). Sum of RGB (Red+Green+Blue) = 223+254+191=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFEBF is #200140. Grayscale: #EDEDED. Windows color (decimal): -2097473 or 12582623. OLE color: 12582623.

HSL color Cylindrical-coordinate representation of color #DFFEBF: hue angle of 89.52º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFFEBF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB223254191-
CMYK0.1200.250.00
HSL89.52º96.92%87.25%-
HSV(B)89.52º24.8%99.61%-
XYZ75.2890.3362.76-
YUV237.55101.73117.62-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.38%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 191 (75% from 255) = 28.59%
R=33.38%
G=38.02%
B=28.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232541910.1200.250.0089.5296.9287.25
HexDFFEBFC01905a6157
Octal337376277140310132141127
Binary11011111111111101011111111000110010101101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEBF; }

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

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

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

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

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

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

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

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