Html Css Color HEX #DCF0B9 Snow Flurry

📋 copy color: '#DCF0B9'

red 220 ◦ green 240 ◦ blue 185

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

Shades of Snow Flurry #DCF0B9

Tints of Snow Flurry #DCF0B9

RGB

 RED value IS 220 (86.33% from 255) = 34.11%

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

 BLUE value IS 185 (72.66% from 255) = 28.68%

R = 34.11%
G = 37.21%
B = 28.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#DCF0B9 (or 0xDCF0B9) is known color: Snow Flurry. HEX triplet: DC, F0 and B9. RGB value is (220,240,185). Sum of RGB (Red+Green+Blue) = 220+240+185=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0B9 is #230F46. Grayscale: #E3E3E3. Windows color (decimal): -2297671 or 12185820. OLE color: 12185820.

HSL color Cylindrical-coordinate representation of color #DCF0B9: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCF0B9 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 185 -
CMYK 0.08 0 0.23 0.06
HSL 81.82º 0.65% 0.83% -
HSV(B) 81.82º 0.23% 0.94% -
XYZ 69.43 81.04 57.88 -
YUV 227.75 103.87 122.47 -
System Red Green Blue C M Y K H S L
Decimal 220 240 185 0.08 0 0.23 0.06 81.82 0.65 0.83
Hex DC F0 B9 8 0 17 6 52 41 53
Octal 334 360 271 10 0 27 6 122 101 123
Binary 11011100 11110000 10111001 1000 0 10111 110 1010010 1000001 1010011

Color Harmonies of #DCF0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0B9

Black with #DCF0B9

Text Example


Text Example

White with #DCF0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0B9; }

 p { color: rgb(220,240,185); }

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

background-color css

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

 a { background-color: rgb(220,240,185); }

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

border-color css

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

 span { border-color: rgb(220,240,185); }

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