#DCF2C1

Color #DCF2C1 Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DCF2C1

Tints of Snow Flurry #DCF2C1

Color information

#DCF2C1 (or 0xDCF2C1) is unknown color: approx Snow Flurry. HEX triplet: DC, F2 and C1. RGB value is (220,242,193). Sum of RGB (Red+Green+Blue) = 220+242+193=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2C1 is #230D3E. Grayscale: #E6E6E6. Windows color (decimal): -2297151 or 12710620. OLE color: 12710620.

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

Color convert

RGB220242193-
CMYK0.0900.200.05
HSL86.94º65.33%85.29%-
HSV(B)86.94º20.25%94.9%-
XYZ70.8982.5762.65-
YUV229.84107.21120.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 193 (75.78% from 255) = 29.47%
R=33.59%
G=36.95%
B=29.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202421930.0900.200.0586.9465.3385.29
HexDCF2C190145574155
Octal334362301110245127101125
Binary1101110011110010110000011001010100101101011110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2C1; }

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

 H1.HeaderClassName
 {
   color: #DCF2C1;
 }
 .AnyTagClassName
 {
   color: #DCF2C1;
 }
</style>
background-color css

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

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

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

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

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

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