#DDD6DB

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

Shades of Prim #DDD6DB

Tints of Prim #DDD6DB

Color information

#DDD6DB (or 0xDDD6DB) is unknown color: approx Prim. HEX triplet: DD, D6 and DB. RGB value is (221,214,219). Sum of RGB (Red+Green+Blue) = 221+214+219=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6DB is #222924. Grayscale: #D8D8D8. Windows color (decimal): -2238757 or 14407389. OLE color: 14407389.

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

Color convert

RGB221214219-
CMYK00.030.010.13
HSL317.14º9.33%85.29%-
HSV(B)317.14º3.17%86.67%-
XYZ66.6568.5876.74-
YUV216.66129.32131.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 219 (85.94% from 255) = 33.49%
R=33.79%
G=32.72%
B=33.49%

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
Decimal22121421900.030.010.13317.149.3385.29
HexDDD6DB031D13d955
Octal3353263330311547511125
Binary1101110111010110110110110111110110011110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6DB; }

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

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

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

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

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

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

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

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