Html Css Color HEX #DCF3BA Snow Flurry

📋 copy color: '#DCF3BA'

red 220 ◦ green 243 ◦ blue 186

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

Shades of Snow Flurry #DCF3BA

Tints of Snow Flurry #DCF3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.44%

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

R = 33.9%
G = 37.44%
B = 28.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DCF3BA (or 0xDCF3BA) is known color: Snow Flurry. HEX triplet: DC, F3 and BA. RGB value is (220,243,186). Sum of RGB (Red+Green+Blue) = 220+243+186=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3BA is #230C45. Grayscale: #E5E5E5. Windows color (decimal): -2296902 or 12252124. OLE color: 12252124.

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

Color convert

RGB 220 243 186 -
CMYK 0.09 0 0.23 0.05
HSL 84.21º 0.7% 0.84% -
HSV(B) 84.21º 0.23% 0.95% -
XYZ 70.43 82.86 58.74 -
YUV 229.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 220 243 186 0.09 0 0.23 0.05 84.21 0.7 0.84
Hex DC F3 BA 9 0 17 5 54 46 54
Octal 334 363 272 11 0 27 5 124 106 124
Binary 11011100 11110011 10111010 1001 0 10111 101 1010100 1000110 1010100

Color Harmonies of #DCF3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF3BA

Black with #DCF3BA

Text Example


Text Example

White with #DCF3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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