Html Css Color HEX #DDFDB5 Snow Flurry

📋 copy color: '#DDFDB5'

red 221 ◦ green 253 ◦ blue 181

#DDFDB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #DDFDB5

Tints of Snow Flurry #DDFDB5

RGB

 RED value IS 221 (86.72% from 255) = 33.74%

 GREEN value IS 253 (99.22% from 255) = 38.63%

 BLUE value IS 181 (71.09% from 255) = 27.63%

R = 33.74%
G = 38.63%
B = 27.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DDFDB5 (or 0xDDFDB5) is known color: Snow Flurry. HEX triplet: DD, FD and B5. RGB value is (221,253,181). Sum of RGB (Red+Green+Blue) = 221+253+181=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDB5 is #22024A. Grayscale: #EBEBEB. Windows color (decimal): -2228811 or 11927005. OLE color: 11927005.

HSL color Cylindrical-coordinate representation of color #DDFDB5: hue angle of 86.67º degrees, saturation: 0.95, 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 #DDFDB5 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 181 -
CMYK 0.13 0 0.28 0.01
HSL 86.67º 0.95% 0.85% -
HSV(B) 86.67º 0.28% 0.99% -
XYZ 73.28 88.96 57.02 -
YUV 235.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 221 253 181 0.13 0 0.28 0.01 86.67 0.95 0.85
Hex DD FD B5 D 0 1C 1 57 5F 55
Octal 335 375 265 15 0 34 1 127 137 125
Binary 11011101 11111101 10110101 1101 0 11100 1 1010111 1011111 1010101

Color Harmonies of #DDFDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDB5

Black with #DDFDB5

Text Example


Text Example

White with #DDFDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDB5; }

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

 H1.HeaderClassName
 {
   color: #DDFDB5;
 }
 .AnyTagClassName
 {
   color: #DDFDB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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