#DCF3BE

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

Shades of Snow Flurry #DCF3BE

Tints of Snow Flurry #DCF3BE

Color information

#DCF3BE (or 0xDCF3BE) is unknown color: approx Snow Flurry. HEX triplet: DC, F3 and BE. RGB value is (220,243,190). Sum of RGB (Red+Green+Blue) = 220+243+190=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3BE is #230C41. Grayscale: #E6E6E6. Windows color (decimal): -2296898 or 12514268. OLE color: 12514268.

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

Color convert

RGB220243190-
CMYK0.0900.220.05
HSL86.04º68.83%84.9%-
HSV(B)86.04º21.81%95.29%-
XYZ70.8683.0361.01-
YUV230.08105.38120.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 190 (74.61% from 255) = 29.10%
R=33.69%
G=37.21%
B=29.10%

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
Decimal2202431900.0900.220.0586.0468.8384.9
HexDCF3BE90165564555
Octal334363276110265126105125
Binary1101110011110011101111101001010110101101011010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3BE; }

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

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

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

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

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

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

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

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