#DBEFB9

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

Shades of Snow Flurry #DBEFB9

Tints of Snow Flurry #DBEFB9

Color information

#DBEFB9 (or 0xDBEFB9) is unknown color: approx Snow Flurry. HEX triplet: DB, EF and B9. RGB value is (219,239,185). Sum of RGB (Red+Green+Blue) = 219+239+185=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB9 is #241046. Grayscale: #E3E3E3. Windows color (decimal): -2363463 or 12185563. OLE color: 12185563.

HSL color Cylindrical-coordinate representation of color #DBEFB9: hue angle of 82.22º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBEFB9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB219239185-
CMYK0.0800.230.06
HSL82.22º62.79%83.14%-
HSV(B)82.22º22.59%93.73%-
XYZ68.8480.357.77-
YUV226.86104.37122.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=34.06%
G=37.17%
B=28.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391850.0800.230.0682.2262.7983.14
HexDBEFB980176523f53
Octal33335727110027612277123
Binary110110111110111110111001100001011111010100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFB9; }

 p { color: rgb(219,239,185); }

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

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

 a { background-color: rgb(219,239,185); }

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

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

 span { border-color: rgb(219,239,185); }

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