Html Css Color HEX #DDDED6 Snow Drift

📋 copy color: '#DDDED6'

red 221 ◦ green 222 ◦ blue 214

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

Shades of Snow Drift #DDDED6

Tints of Snow Drift #DDDED6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.79%

 BLUE value IS 214 (83.98% from 255) = 32.57%

R = 33.64%
G = 33.79%
B = 32.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDDED6 (or 0xDDDED6) is known color: Snow Drift. HEX triplet: DD, DE and D6. RGB value is (221,222,214). Sum of RGB (Red+Green+Blue) = 221+222+214=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 222 (87.11% from 255 or 33.79% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDED6 is #222129. Grayscale: #DCDCDC. Windows color (decimal): -2236714 or 14081757. OLE color: 14081757.

HSL color Cylindrical-coordinate representation of color #DDDED6: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDED6 is Cyan = 0.00, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 214 -
CMYK 0.00 0 0.04 0.13
HSL 67.5º 0.11% 0.85% -
HSV(B) 67.5º 0.04% 0.87% -
XYZ 68.08 72.47 74.02 -
YUV 220.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 221 222 214 0.00 0 0.04 0.13 67.5 0.11 0.85
Hex DD DE D6 0 0 4 D 44 B 55
Octal 335 336 326 0 0 4 15 104 13 125
Binary 11011101 11011110 11010110 0 0 100 1101 1000100 1011 1010101

Color Harmonies of #DDDED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDED6

Black with #DDDED6

Text Example


Text Example

White with #DDDED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDED6; }

 p { color: rgb(221,222,214); }

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

background-color css

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

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

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

border-color css

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

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

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