#DFF2B7

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

Shades of Snow Flurry #DFF2B7

Tints of Snow Flurry #DFF2B7

Color information

#DFF2B7 (or 0xDFF2B7) is unknown color: approx Snow Flurry. HEX triplet: DF, F2 and B7. RGB value is (223,242,183). Sum of RGB (Red+Green+Blue) = 223+242+183=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 183 (71.88% from 255 or 28.24% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2B7 is #200D48. Grayscale: #E5E5E5. Windows color (decimal): -2100553 or 12055263. OLE color: 12055263.

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

Color convert

RGB223242183-
CMYK0.0800.240.05
HSL79.32º69.41%83.33%-
HSV(B)79.32º24.38%94.9%-
XYZ70.7382.6157.02-
YUV229.59101.71123.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.41%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 183 (71.88% from 255) = 28.24%
R=34.41%
G=37.35%
B=28.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421830.0800.240.0579.3269.4183.33
HexDFF2B7801854f4553
Octal337362267100305117105123
Binary1101111111110010101101111000011000101100111110001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2B7; }

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

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

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

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

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

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

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

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