Html Css Color HEX #DCF1B9 Snow Flurry

📋 copy color: '#DCF1B9'

red 220 ◦ green 241 ◦ blue 185

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

Shades of Snow Flurry #DCF1B9

Tints of Snow Flurry #DCF1B9

RGB

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

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

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

R = 34.06%
G = 37.31%
B = 28.64%

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

#DCF1B9 (or 0xDCF1B9) is known color: Snow Flurry. HEX triplet: DC, F1 and B9. RGB value is (220,241,185). Sum of RGB (Red+Green+Blue) = 220+241+185=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 241 (94.53% from 255 or 37.31% from 646); Blue value is 185 (72.66% from 255 or 28.64% from 646); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B9 is #230E46. Grayscale: #E4E4E4. Windows color (decimal): -2297415 or 12186076. OLE color: 12186076.

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

Color convert

RGB 220 241 185 -
CMYK 0.09 0 0.23 0.05
HSL 82.5º 0.67% 0.84% -
HSV(B) 82.5º 0.23% 0.95% -
XYZ 69.73 81.63 57.98 -
YUV 228.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 220 241 185 0.09 0 0.23 0.05 82.5 0.67 0.84
Hex DC F1 B9 9 0 17 5 52 43 54
Octal 334 361 271 11 0 27 5 122 103 124
Binary 11011100 11110001 10111001 1001 0 10111 101 1010010 1000011 1010100

Color Harmonies of #DCF1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF1B9

Black with #DCF1B9

Text Example


Text Example

White with #DCF1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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