#DFF1BC

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

Shades of Snow Flurry #DFF1BC

Tints of Snow Flurry #DFF1BC

Color information

#DFF1BC (or 0xDFF1BC) is unknown color: approx Snow Flurry. HEX triplet: DF, F1 and BC. RGB value is (223,241,188). Sum of RGB (Red+Green+Blue) = 223+241+188=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1BC is #200E43. Grayscale: #E5E5E5. Windows color (decimal): -2100804 or 12382687. OLE color: 12382687.

HSL color Cylindrical-coordinate representation of color #DFF1BC: hue angle of 80.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFF1BC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB223241188-
CMYK0.0700.220.05
HSL80.38º65.43%84.12%-
HSV(B)80.38º21.99%94.51%-
XYZ70.9682.2359.71-
YUV229.58104.54123.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.20%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 188 (73.83% from 255) = 28.83%
R=34.20%
G=36.96%
B=28.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232411880.0700.220.0580.3865.4384.12
HexDFF1BC70165504154
Octal33736127470265120101124
Binary110111111111000110111100111010110101101000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1BC; }

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

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

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

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

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

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

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

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