#DDFCB5

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

Shades of Snow Flurry #DDFCB5

Tints of Snow Flurry #DDFCB5

Color information

#DDFCB5 (or 0xDDFCB5) is unknown color: approx Snow Flurry. HEX triplet: DD, FC and B5. RGB value is (221,252,181). Sum of RGB (Red+Green+Blue) = 221+252+181=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 181 (71.09% from 255 or 27.68% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCB5 is #22034A. Grayscale: #EAEAEA. Windows color (decimal): -2229067 or 11926749. OLE color: 11926749.

HSL color Cylindrical-coordinate representation of color #DDFCB5: hue angle of 86.2º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFCB5 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB221252181-
CMYK0.1200.280.01
HSL86.2º92.21%84.9%-
HSV(B)86.2º28.17%98.82%-
XYZ72.9788.3356.92-
YUV234.6497.73118.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 252 (98.83% from 255) = 38.53%
BLUE value IS 181 (71.09% from 255) = 27.68%
R=33.79%
G=38.53%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521810.1200.280.0186.292.2184.9
HexDDFCB5C01C1565c55
Octal335374265140341126134125
Binary11011101111111001011010111000111001101011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCB5; }

 p { color: rgb(221,252,181); }

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

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

 a { background-color: rgb(221,252,181); }

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

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

 span { border-color: rgb(221,252,181); }

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