Html Css Color HEX #DBF0BB Snow Flurry

📋 copy color: '#DBF0BB'

red 219 ◦ green 240 ◦ blue 187

#DBF0BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #DBF0BB

Tints of Snow Flurry #DBF0BB

RGB

 RED value IS 219 (85.94% from 255) = 33.9%

 GREEN value IS 240 (94.14% from 255) = 37.15%

 BLUE value IS 187 (73.44% from 255) = 28.95%

R = 33.9%
G = 37.15%
B = 28.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#DBF0BB (or 0xDBF0BB) is known color: Snow Flurry. HEX triplet: DB, F0 and BB. RGB value is (219,240,187). Sum of RGB (Red+Green+Blue) = 219+240+187=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0BB is #240F44. Grayscale: #E3E3E3. Windows color (decimal): -2363205 or 12316891. OLE color: 12316891.

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

Color convert

RGB 219 240 187 -
CMYK 0.09 0 0.22 0.06
HSL 83.77º 0.64% 0.84% -
HSV(B) 83.77º 0.22% 0.94% -
XYZ 69.34 80.97 58.99 -
YUV 227.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 219 240 187 0.09 0 0.22 0.06 83.77 0.64 0.84
Hex DB F0 BB 9 0 16 6 54 40 54
Octal 333 360 273 11 0 26 6 124 100 124
Binary 11011011 11110000 10111011 1001 0 10110 110 1010100 1000000 1010100

Color Harmonies of #DBF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0BB

Black with #DBF0BB

Text Example


Text Example

White with #DBF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0BB; }

 p { color: rgb(219,240,187); }

 H1.HeaderClassName
 {
   color: #DBF0BB;
 }
 .AnyTagClassName
 {
   color: #DBF0BB;
 }
</style>

background-color css

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

 a { background-color: rgb(219,240,187); }

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

border-color css

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

 span { border-color: rgb(219,240,187); }

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