#DDD8DB

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

Shades of Prim #DDD8DB

Tints of Prim #DDD8DB

Color information

#DDD8DB (or 0xDDD8DB) is unknown color: approx Prim. HEX triplet: DD, D8 and DB. RGB value is (221,216,219). Sum of RGB (Red+Green+Blue) = 221+216+219=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8DB is #222724. Grayscale: #D9D9D9. Windows color (decimal): -2238245 or 14407901. OLE color: 14407901.

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

Color convert

RGB221216219-
CMYK00.020.010.13
HSL324º6.85%85.69%-
HSV(B)324º2.26%86.67%-
XYZ67.1669.676.91-
YUV217.84128.66130.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=33.69%
G=32.93%
B=33.38%

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
Decimal22121621900.020.010.133246.8585.69
HexDDD8DB021D144756
Octal335330333021155047126
Binary110111011101100011011011010111011010001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD8DB; }

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

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

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

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

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

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

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

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