Html Css Color HEX #DCF2C0 Snow Flurry

📋 copy color: '#DCF2C0'

red 220 ◦ green 242 ◦ blue 192

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

Shades of Snow Flurry #DCF2C0

Tints of Snow Flurry #DCF2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.36%

R = 33.64%
G = 37%
B = 29.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#DCF2C0 (or 0xDCF2C0) is known color: Snow Flurry. HEX triplet: DC, F2 and C0. RGB value is (220,242,192). Sum of RGB (Red+Green+Blue) = 220+242+192=654 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.64% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2C0 is #230D3F. Grayscale: #E5E5E5. Windows color (decimal): -2297152 or 12645084. OLE color: 12645084.

HSL color Cylindrical-coordinate representation of color #DCF2C0: hue angle of 86.4º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCF2C0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 192 -
CMYK 0.09 0 0.21 0.05
HSL 86.4º 0.66% 0.85% -
HSV(B) 86.4º 0.21% 0.95% -
XYZ 70.78 82.53 62.07 -
YUV 229.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 220 242 192 0.09 0 0.21 0.05 86.4 0.66 0.85
Hex DC F2 C0 9 0 15 5 56 42 55
Octal 334 362 300 11 0 25 5 126 102 125
Binary 11011100 11110010 11000000 1001 0 10101 101 1010110 1000010 1010101

Color Harmonies of #DCF2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2C0

Black with #DCF2C0

Text Example


Text Example

White with #DCF2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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