Html Css Color HEX #DDDDD9 Snow Drift

📋 copy color: '#DDDDD9'

red 221 ◦ green 221 ◦ blue 217

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

Shades of Snow Drift #DDDDD9

Tints of Snow Drift #DDDDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.93%

R = 33.54%
G = 33.54%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DDDDD9 (or 0xDDDDD9) is known color: Snow Drift. HEX triplet: DD, DD and D9. RGB value is (221,221,217). Sum of RGB (Red+Green+Blue) = 221+221+217=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDD9 is #222226. Grayscale: #DCDCDC. Windows color (decimal): -2236967 or 14278109. OLE color: 14278109.

HSL color Cylindrical-coordinate representation of color #DDDDD9: hue angle of 60º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDDD9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 217 -
CMYK 0 0 0.02 0.13
HSL 60º 0.06% 0.86% -
HSV(B) 60º 0.02% 0.87% -
XYZ 68.2 72.09 75.97 -
YUV 220.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 221 221 217 0 0 0.02 0.13 60 0.06 0.86
Hex DD DD D9 0 0 2 D 3C 6 56
Octal 335 335 331 0 0 2 15 74 6 126
Binary 11011101 11011101 11011001 0 0 10 1101 111100 110 1010110

Color Harmonies of #DDDDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDD9

Black with #DDDDD9

Text Example


Text Example

White with #DDDDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDD9; }

 p { color: rgb(221,221,217); }

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

background-color css

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

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

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

border-color css

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

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

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