#DCF3B9

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

Shades of Snow Flurry #DCF3B9

Tints of Snow Flurry #DCF3B9

Color information

#DCF3B9 (or 0xDCF3B9) is unknown color: approx Snow Flurry. HEX triplet: DC, F3 and B9. RGB value is (220,243,185). Sum of RGB (Red+Green+Blue) = 220+243+185=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3B9 is #230C46. Grayscale: #E5E5E5. Windows color (decimal): -2296903 or 12186588. OLE color: 12186588.

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

Color convert

RGB220243185-
CMYK0.0900.240.05
HSL83.79º70.73%83.92%-
HSV(B)83.79º23.87%95.29%-
XYZ70.3282.8258.18-
YUV229.51102.88121.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 243 (95.31% from 255) = 37.5%
BLUE value IS 185 (72.66% from 255) = 28.55%
R=33.95%
G=37.5%
B=28.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431850.0900.240.0583.7970.7383.92
HexDCF3B990185544754
Octal334363271110305124107124
Binary1101110011110011101110011001011000101101010010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3B9; }

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

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

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

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

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

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

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

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