#DCEDB7

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

Shades of Snow Flurry #DCEDB7

Tints of Snow Flurry #DCEDB7

Color information

#DCEDB7 (or 0xDCEDB7) is unknown color: approx Snow Flurry. HEX triplet: DC, ED and B7. RGB value is (220,237,183). Sum of RGB (Red+Green+Blue) = 220+237+183=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 183 (71.88% from 255 or 28.59% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB7 is #231248. Grayscale: #E1E1E1. Windows color (decimal): -2298441 or 12053980. OLE color: 12053980.

HSL color Cylindrical-coordinate representation of color #DCEDB7: hue angle of 78.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEDB7 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB220237183-
CMYK0.0700.230.07
HSL78.89º60%82.35%-
HSV(B)78.89º22.78%92.94%-
XYZ68.3579.256.49-
YUV225.76103.87123.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 183 (71.88% from 255) = 28.59%
R=34.38%
G=37.03%
B=28.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371830.0700.230.0778.896082.35
HexDCEDB7701774f3c52
Octal3343552677027711774122
Binary11011100111011011011011111101011111110011111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDB7; }

 p { color: rgb(220,237,183); }

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

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

 a { background-color: rgb(220,237,183); }

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

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

 span { border-color: rgb(220,237,183); }

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