Html Css Color HEX #DCF2BB Snow Flurry

📋 copy color: '#DCF2BB'

red 220 ◦ green 242 ◦ blue 187

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

Shades of Snow Flurry #DCF2BB

Tints of Snow Flurry #DCF2BB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.29%

 BLUE value IS 187 (73.44% from 255) = 28.81%

R = 33.9%
G = 37.29%
B = 28.81%

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

#DCF2BB (or 0xDCF2BB) is known color: Snow Flurry. HEX triplet: DC, F2 and BB. RGB value is (220,242,187). Sum of RGB (Red+Green+Blue) = 220+242+187=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 187 (73.44% from 255 or 28.81% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2BB is #230D44. Grayscale: #E5E5E5. Windows color (decimal): -2297157 or 12317404. OLE color: 12317404.

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

Color convert

RGB 220 242 187 -
CMYK 0.09 0 0.23 0.05
HSL 84º 0.68% 0.84% -
HSV(B) 84º 0.23% 0.95% -
XYZ 70.24 82.31 59.2 -
YUV 229.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 220 242 187 0.09 0 0.23 0.05 84 0.68 0.84
Hex DC F2 BB 9 0 17 5 54 44 54
Octal 334 362 273 11 0 27 5 124 104 124
Binary 11011100 11110010 10111011 1001 0 10111 101 1010100 1000100 1010100

Color Harmonies of #DCF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2BB

Black with #DCF2BB

Text Example


Text Example

White with #DCF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2BB; }

 p { color: rgb(220,242,187); }

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

background-color css

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

 a { background-color: rgb(220,242,187); }

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

border-color css

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

 span { border-color: rgb(220,242,187); }

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