#DDD6DA

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

Shades of Prim #DDD6DA

Tints of Prim #DDD6DA

Color information

#DDD6DA (or 0xDDD6DA) is unknown color: approx Prim. HEX triplet: DD, D6 and DA. RGB value is (221,214,218). Sum of RGB (Red+Green+Blue) = 221+214+218=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DA is #222925. Grayscale: #D8D8D8. Windows color (decimal): -2238758 or 14341853. OLE color: 14341853.

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

Color convert

RGB221214218-
CMYK00.030.010.13
HSL325.71º9.33%85.29%-
HSV(B)325.71º3.17%86.67%-
XYZ66.5268.5376.05-
YUV216.55128.82131.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 214 (83.98% from 255) = 32.77%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=33.84%
G=32.77%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121421800.030.010.13325.719.3385.29
HexDDD6DA031D146955
Octal3353263320311550611125
Binary1101110111010110110110100111110110100011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6DA; }

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

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

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

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

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

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

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

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