Html Css Color HEX #DDF5C1 Snow Flurry

📋 copy color: '#DDF5C1'

red 221 ◦ green 245 ◦ blue 193

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

Shades of Snow Flurry #DDF5C1

Tints of Snow Flurry #DDF5C1

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.18%

 BLUE value IS 193 (75.78% from 255) = 29.29%

R = 33.54%
G = 37.18%
B = 29.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#DDF5C1 (or 0xDDF5C1) is known color: Snow Flurry. HEX triplet: DD, F5 and C1. RGB value is (221,245,193). Sum of RGB (Red+Green+Blue) = 221+245+193=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF5C1 is #220A3E. Grayscale: #E8E8E8. Windows color (decimal): -2230847 or 12711389. OLE color: 12711389.

HSL color Cylindrical-coordinate representation of color #DDF5C1: hue angle of 87.69º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF5C1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 193 -
CMYK 0.10 0 0.21 0.04
HSL 87.69º 0.72% 0.86% -
HSV(B) 87.69º 0.21% 0.96% -
XYZ 72.1 84.53 62.97 -
YUV 231.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 221 245 193 0.10 0 0.21 0.04 87.69 0.72 0.86
Hex DD F5 C1 A 0 15 4 58 48 56
Octal 335 365 301 12 0 25 4 130 110 126
Binary 11011101 11110101 11000001 1010 0 10101 100 1011000 1001000 1010110

Color Harmonies of #DDF5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5C1

Black with #DDF5C1

Text Example


Text Example

White with #DDF5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5C1; }

 p { color: rgb(221,245,193); }

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

background-color css

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

 a { background-color: rgb(221,245,193); }

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

border-color css

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

 span { border-color: rgb(221,245,193); }

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