#DDD9DA

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

Shades of Prim #DDD9DA

Tints of Prim #DDD9DA

Color information

#DDD9DA (or 0xDDD9DA) is unknown color: approx Prim. HEX triplet: DD, D9 and DA. RGB value is (221,217,218). Sum of RGB (Red+Green+Blue) = 221+217+218=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DA is #222625. Grayscale: #DADADA. Windows color (decimal): -2237990 or 14342621. OLE color: 14342621.

HSL color Cylindrical-coordinate representation of color #DDD9DA: hue angle of 345º 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 #DDD9DA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221217218-
CMYK00.020.010.13
HSL345º5.56%85.88%-
HSV(B)345º1.81%86.67%-
XYZ67.2970.0676.31-
YUV218.31127.83129.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=33.69%
G=33.08%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121721800.020.010.133455.5685.88
HexDDD9DA021D159656
Octal335331332021155316126
Binary110111011101100111011010010111011010110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9DA; }

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

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

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

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

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

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

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

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