#DCF1BD

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

Shades of Snow Flurry #DCF1BD

Tints of Snow Flurry #DCF1BD

Color information

#DCF1BD (or 0xDCF1BD) is unknown color: approx Snow Flurry. HEX triplet: DC, F1 and BD. RGB value is (220,241,189). Sum of RGB (Red+Green+Blue) = 220+241+189=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1BD is #230E42. Grayscale: #E4E4E4. Windows color (decimal): -2297411 or 12448220. OLE color: 12448220.

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

Color convert

RGB220241189-
CMYK0.0900.220.05
HSL84.23º65%84.31%-
HSV(B)84.23º21.58%94.51%-
XYZ70.1681.860.24-
YUV228.79105.54121.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=33.85%
G=37.08%
B=29.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411890.0900.220.0584.236584.31
HexDCF1BD90165544154
Octal334361275110265124101124
Binary1101110011110001101111011001010110101101010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1BD; }

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

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

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

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

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

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

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

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