#DBF1BC

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

Shades of Snow Flurry #DBF1BC

Tints of Snow Flurry #DBF1BC

Color information

#DBF1BC (or 0xDBF1BC) is unknown color: approx Snow Flurry. HEX triplet: DB, F1 and BC. RGB value is (219,241,188). Sum of RGB (Red+Green+Blue) = 219+241+188=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BC is #240E43. Grayscale: #E4E4E4. Windows color (decimal): -2362948 or 12382683. OLE color: 12382683.

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

Color convert

RGB219241188-
CMYK0.0900.220.05
HSL84.91º65.43%84.12%-
HSV(B)84.91º21.99%94.51%-
XYZ69.7581.659.65-
YUV228.38105.21121.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.80%
GREEN value IS 241 (94.53% from 255) = 37.19%
BLUE value IS 188 (73.83% from 255) = 29.01%
R=33.80%
G=37.19%
B=29.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192411880.0900.220.0584.9165.4384.12
HexDBF1BC90165554154
Octal333361274110265125101124
Binary1101101111110001101111001001010110101101010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1BC; }

 p { color: rgb(219,241,188); }

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

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

 a { background-color: rgb(219,241,188); }

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

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

 span { border-color: rgb(219,241,188); }

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