#DDD4DF

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

Shades of Snuff #DDD4DF

Tints of Snuff #DDD4DF

Color information

#DDD4DF (or 0xDDD4DF) is unknown color: approx Snuff. HEX triplet: DD, D4 and DF. RGB value is (221,212,223). Sum of RGB (Red+Green+Blue) = 221+212+223=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4DF is #222B20. Grayscale: #D7D7D7. Windows color (decimal): -2239265 or 14669021. OLE color: 14669021.

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

Color convert

RGB221212223-
CMYK0.010.0500.13
HSL289.09º14.67%85.29%-
HSV(B)289.09º4.93%87.45%-
XYZ66.6867.7979.38-
YUV215.94131.98131.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 212 (83.20% from 255) = 32.32%
BLUE value IS 223 (87.5% from 255) = 33.99%
R=33.69%
G=32.32%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212122230.010.0500.13289.0914.6785.29
HexDDD4DF150D121f55
Octal3353243371501544117125
Binary11011101110101001101111111010110110010000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4DF; }

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

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

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

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

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

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

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

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