Html Css Color HEX #DBF1BC Snow Flurry

📋 copy color: '#DBF1BC'

red 219 ◦ green 241 ◦ blue 188

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

Shades of Snow Flurry #DBF1BC

Tints of Snow Flurry #DBF1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.01%

R = 33.8%
G = 37.19%
B = 29.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#DBF1BC (or 0xDBF1BC) is known color: Snow Flurry. HEX triplet: DB, F1 and BC. RGB value is (219,241,188). Sum of RGB (Red+Green+Blue) = 219+241+188=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 241 (94.53% from 255 or 37.19% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1BC is #240E43. Grayscale: #E4E4E4. Windows color (decimal): -2362948 or 12382683. OLE color: 12382683.

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

Color convert

RGB 219 241 188 -
CMYK 0.09 0 0.22 0.05
HSL 84.91º 0.65% 0.84% -
HSV(B) 84.91º 0.22% 0.95% -
XYZ 69.75 81.6 59.65 -
YUV 228.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 219 241 188 0.09 0 0.22 0.05 84.91 0.65 0.84
Hex DB F1 BC 9 0 16 5 55 41 54
Octal 333 361 274 11 0 26 5 125 101 124
Binary 11011011 11110001 10111100 1001 0 10110 101 1010101 1000001 1010100

Color Harmonies of #DBF1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1BC

Black with #DBF1BC

Text Example


Text Example

White with #DBF1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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