Html Css Color HEX #DCF1BC Snow Flurry

📋 copy color: '#DCF1BC'

red 220 ◦ green 241 ◦ blue 188

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

Shades of Snow Flurry #DCF1BC

Tints of Snow Flurry #DCF1BC

RGB

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

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

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

R = 33.9%
G = 37.13%
B = 28.97%

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

#DCF1BC (or 0xDCF1BC) is known color: Snow Flurry. HEX triplet: DC, F1 and BC. RGB value is (220,241,188). Sum of RGB (Red+Green+Blue) = 220+241+188=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1BC is #230E43. Grayscale: #E4E4E4. Windows color (decimal): -2297412 or 12382684. OLE color: 12382684.

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

Color convert

RGB 220 241 188 -
CMYK 0.09 0 0.22 0.05
HSL 83.77º 0.65% 0.84% -
HSV(B) 83.77º 0.22% 0.95% -
XYZ 70.05 81.76 59.67 -
YUV 228.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 220 241 188 0.09 0 0.22 0.05 83.77 0.65 0.84
Hex DC F1 BC 9 0 16 5 54 41 54
Octal 334 361 274 11 0 26 5 124 101 124
Binary 11011100 11110001 10111100 1001 0 10110 101 1010100 1000001 1010100

Color Harmonies of #DCF1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1BC

Black with #DCF1BC

Text Example


Text Example

White with #DCF1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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