#DFF1B4

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

Shades of Snow Flurry #DFF1B4

Tints of Snow Flurry #DFF1B4

Color information

#DFF1B4 (or 0xDFF1B4) is unknown color: approx Snow Flurry. HEX triplet: DF, F1 and B4. RGB value is (223,241,180). Sum of RGB (Red+Green+Blue) = 223+241+180=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF1B4 is #200E4B. Grayscale: #E4E4E4. Windows color (decimal): -2100812 or 11858399. OLE color: 11858399.

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

Color convert

RGB223241180-
CMYK0.0700.250.05
HSL77.7º68.54%82.55%-
HSV(B)77.7º25.31%94.51%-
XYZ70.1281.8955.29-
YUV228.66100.54123.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.63%
GREEN value IS 241 (94.53% from 255) = 37.42%
BLUE value IS 180 (70.70% from 255) = 27.95%
R=34.63%
G=37.42%
B=27.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232411800.0700.250.0577.768.5482.55
HexDFF1B4701954e4553
Octal33736126470315116105123
Binary110111111111000110110100111011001101100111010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1B4; }

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

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

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

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

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

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

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

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