#DDD7DB

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

Shades of Prim #DDD7DB

Tints of Prim #DDD7DB

Color information

#DDD7DB (or 0xDDD7DB) is unknown color: approx Prim. HEX triplet: DD, D7 and DB. RGB value is (221,215,219). Sum of RGB (Red+Green+Blue) = 221+215+219=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DB is #222824. Grayscale: #D9D9D9. Windows color (decimal): -2238501 or 14407645. OLE color: 14407645.

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

Color convert

RGB221215219-
CMYK00.030.010.13
HSL320º8.11%85.49%-
HSV(B)320º2.71%86.67%-
XYZ66.9169.0976.83-
YUV217.25128.99130.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.74%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=33.74%
G=32.82%
B=33.44%

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
Decimal22121521900.030.010.133208.1185.49
HexDDD7DB031D140855
Octal3353273330311550010125
Binary1101110111010111110110110111110110100000010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7DB; }

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

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

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

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

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

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

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

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