#DDD0D5

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

Shades of Prim #DDD0D5

Tints of Prim #DDD0D5

Color information

#DDD0D5 (or 0xDDD0D5) is unknown color: approx Prim. HEX triplet: DD, D0 and D5. RGB value is (221,208,213). Sum of RGB (Red+Green+Blue) = 221+208+213=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D5 is #222F2A. Grayscale: #D4D4D4. Windows color (decimal): -2240299 or 14012637. OLE color: 14012637.

HSL color Cylindrical-coordinate representation of color #DDD0D5: hue angle of 336.92º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221208213-
CMYK00.060.040.13
HSL336.92º16.05%84.12%-
HSV(B)336.92º5.88%86.67%-
XYZ64.3865.2972.16-
YUV212.46128.31134.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=34.42%
G=32.40%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120821300.060.040.13336.9216.0584.12
HexDDD0D5064D1511054
Octal3353203250641552120124
Binary11011101110100001101010101101001101101010001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0D5; }

 p { color: rgb(221,208,213); }

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

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

 a { background-color: rgb(221,208,213); }

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

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

 span { border-color: rgb(221,208,213); }

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