Html Css Color HEX #DCF5BA Snow Flurry

📋 copy color: '#DCF5BA'

red 220 ◦ green 245 ◦ blue 186

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

Shades of Snow Flurry #DCF5BA

Tints of Snow Flurry #DCF5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.63%

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

R = 33.79%
G = 37.63%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#DCF5BA (or 0xDCF5BA) is known color: Snow Flurry. HEX triplet: DC, F5 and BA. RGB value is (220,245,186). Sum of RGB (Red+Green+Blue) = 220+245+186=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5BA is #230A45. Grayscale: #E7E7E7. Windows color (decimal): -2296390 or 12252636. OLE color: 12252636.

HSL color Cylindrical-coordinate representation of color #DCF5BA: hue angle of 85.42º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCF5BA is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 186 -
CMYK 0.10 0 0.24 0.04
HSL 85.42º 0.75% 0.85% -
HSV(B) 85.42º 0.24% 0.96% -
XYZ 71.03 84.07 58.94 -
YUV 230.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 220 245 186 0.10 0 0.24 0.04 85.42 0.75 0.85
Hex DC F5 BA A 0 18 4 55 4B 55
Octal 334 365 272 12 0 30 4 125 113 125
Binary 11011100 11110101 10111010 1010 0 11000 100 1010101 1001011 1010101

Color Harmonies of #DCF5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF5BA

Black with #DCF5BA

Text Example


Text Example

White with #DCF5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF5BA; }

 p { color: rgb(220,245,186); }

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

background-color css

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

 a { background-color: rgb(220,245,186); }

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

border-color css

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

 span { border-color: rgb(220,245,186); }

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