#DFF2BE

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

Shades of Snow Flurry #DFF2BE

Tints of Snow Flurry #DFF2BE

Color information

#DFF2BE (or 0xDFF2BE) is unknown color: approx Snow Flurry. HEX triplet: DF, F2 and BE. RGB value is (223,242,190). Sum of RGB (Red+Green+Blue) = 223+242+190=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BE is #200D41. Grayscale: #E6E6E6. Windows color (decimal): -2100546 or 12514015. OLE color: 12514015.

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

Color convert

RGB223242190-
CMYK0.0800.210.05
HSL81.92º66.67%84.71%-
HSV(B)81.92º21.49%94.9%-
XYZ71.4882.9160.95-
YUV230.39105.21122.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=34.05%
G=36.95%
B=29.01%

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
Decimal2232421900.0800.210.0581.9266.6784.71
HexDFF2BE80155524355
Octal337362276100255122103125
Binary1101111111110010101111101000010101101101001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2BE; }

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

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

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

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

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

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

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

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