Html Css Color HEX #DBF2BA Snow Flurry

📋 copy color: '#DBF2BA'

red 219 ◦ green 242 ◦ blue 186

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

Shades of Snow Flurry #DBF2BA

Tints of Snow Flurry #DBF2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.4%

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

R = 33.85%
G = 37.4%
B = 28.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DBF2BA (or 0xDBF2BA) is known color: Snow Flurry. HEX triplet: DB, F2 and BA. RGB value is (219,242,186). Sum of RGB (Red+Green+Blue) = 219+242+186=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 186 (73.05% from 255 or 28.75% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2BA is #240D45. Grayscale: #E4E4E4. Windows color (decimal): -2362694 or 12251867. OLE color: 12251867.

HSL color Cylindrical-coordinate representation of color #DBF2BA: hue angle of 84.64º degrees, saturation: 0.68, 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 #DBF2BA is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 186 -
CMYK 0.10 0 0.23 0.05
HSL 84.64º 0.68% 0.84% -
HSV(B) 84.64º 0.23% 0.95% -
XYZ 69.83 82.11 58.62 -
YUV 228.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 219 242 186 0.10 0 0.23 0.05 84.64 0.68 0.84
Hex DB F2 BA A 0 17 5 55 44 54
Octal 333 362 272 12 0 27 5 125 104 124
Binary 11011011 11110010 10111010 1010 0 10111 101 1010101 1000100 1010100

Color Harmonies of #DBF2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2BA

Black with #DBF2BA

Text Example


Text Example

White with #DBF2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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