Html Css Color HEX #DBF0BA Snow Flurry

📋 copy color: '#DBF0BA'

red 219 ◦ green 240 ◦ blue 186

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

Shades of Snow Flurry #DBF0BA

Tints of Snow Flurry #DBF0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.84%

R = 33.95%
G = 37.21%
B = 28.84%

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

#DBF0BA (or 0xDBF0BA) is known color: Snow Flurry. HEX triplet: DB, F0 and BA. RGB value is (219,240,186). Sum of RGB (Red+Green+Blue) = 219+240+186=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0BA is #240F45. Grayscale: #E3E3E3. Windows color (decimal): -2363206 or 12251355. OLE color: 12251355.

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

Color convert

RGB 219 240 186 -
CMYK 0.09 0 0.22 0.06
HSL 83.33º 0.64% 0.84% -
HSV(B) 83.33º 0.23% 0.94% -
XYZ 69.24 80.93 58.43 -
YUV 227.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 219 240 186 0.09 0 0.22 0.06 83.33 0.64 0.84
Hex DB F0 BA 9 0 16 6 53 40 54
Octal 333 360 272 11 0 26 6 123 100 124
Binary 11011011 11110000 10111010 1001 0 10110 110 1010011 1000000 1010100

Color Harmonies of #DBF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0BA

Black with #DBF0BA

Text Example


Text Example

White with #DBF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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