#DFF3BC

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

Shades of Snow Flurry #DFF3BC

Tints of Snow Flurry #DFF3BC

Color information

#DFF3BC (or 0xDFF3BC) is unknown color: approx Snow Flurry. HEX triplet: DF, F3 and BC. RGB value is (223,243,188). Sum of RGB (Red+Green+Blue) = 223+243+188=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #DFF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF3BC is #200C43. Grayscale: #E6E6E6. Windows color (decimal): -2100292 or 12383199. OLE color: 12383199.

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

Color convert

RGB223243188-
CMYK0.0800.230.05
HSL81.82º69.62%84.51%-
HSV(B)81.82º22.63%95.29%-
XYZ71.5683.4259.91-
YUV230.75103.87122.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 188 (73.83% from 255) = 28.75%
R=34.10%
G=37.16%
B=28.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232431880.0800.230.0581.8269.6284.51
HexDFF3BC80175524655
Octal337363274100275122106125
Binary1101111111110011101111001000010111101101001010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF3BC; }

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

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

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

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

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

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

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

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