#DDD4DC

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

Shades of Snuff #DDD4DC

Tints of Snuff #DDD4DC

Color information

#DDD4DC (or 0xDDD4DC) is unknown color: approx Snuff. HEX triplet: DD, D4 and DC. RGB value is (221,212,220). Sum of RGB (Red+Green+Blue) = 221+212+220=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DC is #222B23. Grayscale: #D7D7D7. Windows color (decimal): -2239268 or 14472413. OLE color: 14472413.

HSL color Cylindrical-coordinate representation of color #DDD4DC: hue angle of 306.67º degrees, saturation: 0.12, 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 #DDD4DC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB221212220-
CMYK00.040.000.13
HSL306.67º11.69%84.9%-
HSV(B)306.67º4.07%86.67%-
XYZ66.2867.6377.27-
YUV215.6130.48131.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 212 (83.20% from 255) = 32.47%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=33.84%
G=32.47%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121222000.040.000.13306.6711.6984.9
HexDDD4DC040D133c55
Octal3353243340401546314125
Binary11011101110101001101110001000110110011001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4DC; }

 p { color: rgb(221,212,220); }

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

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

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

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

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

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

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