#DBEFB7

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

Shades of Snow Flurry #DBEFB7

Tints of Snow Flurry #DBEFB7

Color information

#DBEFB7 (or 0xDBEFB7) is unknown color: approx Snow Flurry. HEX triplet: DB, EF and B7. RGB value is (219,239,183). Sum of RGB (Red+Green+Blue) = 219+239+183=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFB7 is #241048. Grayscale: #E2E2E2. Windows color (decimal): -2363465 or 12054491. OLE color: 12054491.

HSL color Cylindrical-coordinate representation of color #DBEFB7: hue angle of 81.43º degrees, saturation: 0.64, 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 #DBEFB7 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB219239183-
CMYK0.0800.230.06
HSL81.43º63.64%82.75%-
HSV(B)81.43º23.43%93.73%-
XYZ68.6380.2156.67-
YUV226.64103.37122.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.17%
GREEN value IS 239 (93.75% from 255) = 37.29%
BLUE value IS 183 (71.88% from 255) = 28.55%
R=34.17%
G=37.29%
B=28.55%

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
Decimal2192391830.0800.230.0681.4363.6482.75
HexDBEFB780176514053
Octal333357267100276121100123
Binary1101101111101111101101111000010111110101000110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFB7; }

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

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

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

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

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

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

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

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