#DDC7CD

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

Shades of Prim #DDC7CD

Tints of Prim #DDC7CD

Color information

#DDC7CD (or 0xDDC7CD) is unknown color: approx Prim. HEX triplet: DD, C7 and CD. RGB value is (221,199,205). Sum of RGB (Red+Green+Blue) = 221+199+205=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CD is #223832. Grayscale: #CECECE. Windows color (decimal): -2242611 or 13486045. OLE color: 13486045.

HSL color Cylindrical-coordinate representation of color #DDC7CD: hue angle of 343.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7CD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221199205-
CMYK00.100.070.13
HSL343.64º24.44%82.35%-
HSV(B)343.64º9.95%86.67%-
XYZ61.2660.6366.23-
YUV206.26127.29138.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=35.36%
G=31.84%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119920500.100.070.13343.6424.4482.35
HexDDC7CD0A7D1581852
Octal33530731501271553030122
Binary110111011100011111001101010101111101101011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7CD; }

 p { color: rgb(221,199,205); }

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

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

 a { background-color: rgb(221,199,205); }

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

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

 span { border-color: rgb(221,199,205); }

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