Html Css Color HEX #DBF1BA Snow Flurry

📋 copy color: '#DBF1BA'

red 219 ◦ green 241 ◦ blue 186

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

Shades of Snow Flurry #DBF1BA

Tints of Snow Flurry #DBF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.31%

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

R = 33.9%
G = 37.31%
B = 28.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DBF1BA (or 0xDBF1BA) is known color: Snow Flurry. HEX triplet: DB, F1 and BA. RGB value is (219,241,186). Sum of RGB (Red+Green+Blue) = 219+241+186=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BA is #240E45. Grayscale: #E4E4E4. Windows color (decimal): -2362950 or 12251611. OLE color: 12251611.

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

Color convert

RGB 219 241 186 -
CMYK 0.09 0 0.23 0.05
HSL 84º 0.66% 0.84% -
HSV(B) 84º 0.23% 0.95% -
XYZ 69.53 81.52 58.52 -
YUV 228.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 219 241 186 0.09 0 0.23 0.05 84 0.66 0.84
Hex DB F1 BA 9 0 17 5 54 42 54
Octal 333 361 272 11 0 27 5 124 102 124
Binary 11011011 11110001 10111010 1001 0 10111 101 1010100 1000010 1010100

Color Harmonies of #DBF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1BA

Black with #DBF1BA

Text Example


Text Example

White with #DBF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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