#DFF2BD

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

Shades of Snow Flurry #DFF2BD

Tints of Snow Flurry #DFF2BD

Color information

#DFF2BD (or 0xDFF2BD) is unknown color: approx Snow Flurry. HEX triplet: DF, F2 and BD. RGB value is (223,242,189). Sum of RGB (Red+Green+Blue) = 223+242+189=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2BD is #200D42. Grayscale: #E6E6E6. Windows color (decimal): -2100547 or 12448479. OLE color: 12448479.

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

Color convert

RGB223242189-
CMYK0.0800.220.05
HSL81.51º67.09%84.51%-
HSV(B)81.51º21.9%94.9%-
XYZ71.3782.8760.38-
YUV230.28104.71122.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 242 (94.92% from 255) = 37.00%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=34.10%
G=37.00%
B=28.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232421890.0800.220.0581.5167.0984.51
HexDFF2BD80165524355
Octal337362275100265122103125
Binary1101111111110010101111011000010110101101001010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2BD; }

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

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

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

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

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

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

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

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