#DDC6CD

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

Shades of Prim #DDC6CD

Tints of Prim #DDC6CD

Color information

#DDC6CD (or 0xDDC6CD) is unknown color: approx Prim. HEX triplet: DD, C6 and CD. RGB value is (221,198,205). Sum of RGB (Red+Green+Blue) = 221+198+205=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC6CD is #223932. Grayscale: #CDCDCD. Windows color (decimal): -2242867 or 13485789. OLE color: 13485789.

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

Color convert

RGB221198205-
CMYK00.100.070.13
HSL341.74º25.27%82.16%-
HSV(B)341.74º10.41%86.67%-
XYZ61.0360.1766.15-
YUV205.68127.62138.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=35.42%
G=31.73%
B=32.85%

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
Decimal22119820500.100.070.13341.7425.2782.16
HexDDC6CD0A7D1561952
Octal33530631501271552631122
Binary110111011100011011001101010101111101101010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC6CD; }

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

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

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

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

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

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

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

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