#DDF3BD

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

Shades of Snow Flurry #DDF3BD

Tints of Snow Flurry #DDF3BD

Color information

#DDF3BD (or 0xDDF3BD) is unknown color: approx Snow Flurry. HEX triplet: DD, F3 and BD. RGB value is (221,243,189). Sum of RGB (Red+Green+Blue) = 221+243+189=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3BD is #220C42. Grayscale: #E6E6E6. Windows color (decimal): -2231363 or 12448733. OLE color: 12448733.

HSL color Cylindrical-coordinate representation of color #DDF3BD: hue angle of 84.44º 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 #DDF3BD is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB221243189-
CMYK0.0900.220.05
HSL84.44º69.23%84.71%-
HSV(B)84.44º22.22%95.29%-
XYZ71.0583.1560.45-
YUV230.27104.71121.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=33.84%
G=37.21%
B=28.94%

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
Decimal2212431890.0900.220.0584.4469.2384.71
HexDDF3BD90165544555
Octal335363275110265124105125
Binary1101110111110011101111011001010110101101010010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3BD; }

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

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

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

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

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

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

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

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