#DDC8CD

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

Shades of Prim #DDC8CD

Tints of Prim #DDC8CD

Color information

#DDC8CD (or 0xDDC8CD) is unknown color: approx Prim. HEX triplet: DD, C8 and CD. RGB value is (221,200,205). Sum of RGB (Red+Green+Blue) = 221+200+205=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8CD is #223732. Grayscale: #CECECE. Windows color (decimal): -2242355 or 13486301. OLE color: 13486301.

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

Color convert

RGB221200205-
CMYK00.100.070.13
HSL345.71º23.6%82.55%-
HSV(B)345.71º9.5%86.67%-
XYZ61.4961.0966.31-
YUV206.85126.96138.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=35.30%
G=31.95%
B=32.75%

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
Decimal22120020500.100.070.13345.7123.682.55
HexDDC8CD0A7D15a1853
Octal33531031501271553230123
Binary110111011100100011001101010101111101101011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC8CD; }

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

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

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

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

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

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

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

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