Html Css Color HEX #DCF0BA Snow Flurry

📋 copy color: '#DCF0BA'

red 220 ◦ green 240 ◦ blue 186

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

Shades of Snow Flurry #DCF0BA

Tints of Snow Flurry #DCF0BA

RGB

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

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

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

R = 34.06%
G = 37.15%
B = 28.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#DCF0BA (or 0xDCF0BA) is known color: Snow Flurry. HEX triplet: DC, F0 and BA. RGB value is (220,240,186). Sum of RGB (Red+Green+Blue) = 220+240+186=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0BA is #230F45. Grayscale: #E4E4E4. Windows color (decimal): -2297670 or 12251356. OLE color: 12251356.

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

Color convert

RGB 220 240 186 -
CMYK 0.08 0 0.22 0.06
HSL 82.22º 0.64% 0.84% -
HSV(B) 82.22º 0.23% 0.94% -
XYZ 69.54 81.08 58.44 -
YUV 227.86 104.37 122.39 -
System Red Green Blue C M Y K H S L
Decimal 220 240 186 0.08 0 0.22 0.06 82.22 0.64 0.84
Hex DC F0 BA 8 0 16 6 52 40 54
Octal 334 360 272 10 0 26 6 122 100 124
Binary 11011100 11110000 10111010 1000 0 10110 110 1010010 1000000 1010100

Color Harmonies of #DCF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF0BA

Black with #DCF0BA

Text Example


Text Example

White with #DCF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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