#DDEFBD

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

Shades of Snow Flurry #DDEFBD

Tints of Snow Flurry #DDEFBD

Color information

#DDEFBD (or 0xDDEFBD) is unknown color: approx Snow Flurry. HEX triplet: DD, EF and BD. RGB value is (221,239,189). Sum of RGB (Red+Green+Blue) = 221+239+189=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFBD is #221042. Grayscale: #E4E4E4. Windows color (decimal): -2232387 or 12447709. OLE color: 12447709.

HSL color Cylindrical-coordinate representation of color #DDEFBD: hue angle of 81.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDEFBD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB221239189-
CMYK0.0800.210.06
HSL81.6º60.98%83.92%-
HSV(B)81.6º20.92%93.73%-
XYZ69.8780.7860.05-
YUV227.92106.04123.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=34.05%
G=36.83%
B=29.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391890.0800.210.0681.660.9883.92
HexDDEFBD80156523d54
Octal33535727510025612275124
Binary110111011110111110111101100001010111010100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFBD; }

 p { color: rgb(221,239,189); }

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

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

 a { background-color: rgb(221,239,189); }

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

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

 span { border-color: rgb(221,239,189); }

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