#DDEEB7

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

Shades of Snow Flurry #DDEEB7

Tints of Snow Flurry #DDEEB7

Color information

#DDEEB7 (or 0xDDEEB7) is unknown color: approx Snow Flurry. HEX triplet: DD, EE and B7. RGB value is (221,238,183). Sum of RGB (Red+Green+Blue) = 221+238+183=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 238 (93.36% from 255 or 37.07% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEB7 is #221148. Grayscale: #E2E2E2. Windows color (decimal): -2232649 or 12054237. OLE color: 12054237.

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

Color convert

RGB221238183-
CMYK0.0700.230.07
HSL78.55º61.8%82.55%-
HSV(B)78.55º23.11%93.33%-
XYZ68.9479.9456.6-
YUV226.65103.37123.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 238 (93.36% from 255) = 37.07%
BLUE value IS 183 (71.88% from 255) = 28.50%
R=34.42%
G=37.07%
B=28.50%

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
Decimal2212381830.0700.230.0778.5561.882.55
HexDDEEB7701774f3e53
Octal3353562677027711776123
Binary11011101111011101011011111101011111110011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEB7; }

 p { color: rgb(221,238,183); }

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

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

 a { background-color: rgb(221,238,183); }

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

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

 span { border-color: rgb(221,238,183); }

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