#DDD7DA

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

Shades of Prim #DDD7DA

Tints of Prim #DDD7DA

Color information

#DDD7DA (or 0xDDD7DA) is unknown color: approx Prim. HEX triplet: DD, D7 and DA. RGB value is (221,215,218). Sum of RGB (Red+Green+Blue) = 221+215+218=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DA is #222825. Grayscale: #D9D9D9. Windows color (decimal): -2238502 or 14342109. OLE color: 14342109.

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

Color convert

RGB221215218-
CMYK00.030.010.13
HSL330º8.11%85.49%-
HSV(B)330º2.71%86.67%-
XYZ66.7769.0376.14-
YUV217.14128.49130.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 215 (84.38% from 255) = 32.87%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=33.79%
G=32.87%
B=33.33%

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
Decimal22121521800.030.010.133308.1185.49
HexDDD7DA031D14a855
Octal3353273320311551210125
Binary1101110111010111110110100111110110100101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7DA; }

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

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

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

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

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

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

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

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