#DDC7CC

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

Shades of Prim #DDC7CC

Tints of Prim #DDC7CC

Color information

#DDC7CC (or 0xDDC7CC) is unknown color: approx Prim. HEX triplet: DD, C7 and CC. RGB value is (221,199,204). Sum of RGB (Red+Green+Blue) = 221+199+204=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 199 (78.12% from 255 or 31.89% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7CC is #223833. Grayscale: #CECECE. Windows color (decimal): -2242612 or 13420509. OLE color: 13420509.

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

Color convert

RGB221199204-
CMYK00.100.080.13
HSL346.36º24.44%82.35%-
HSV(B)346.36º9.95%86.67%-
XYZ61.1460.5865.6-
YUV206.15126.79138.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 199 (78.12% from 255) = 31.89%
BLUE value IS 204 (80.08% from 255) = 32.69%
R=35.42%
G=31.89%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119920400.100.080.13346.3624.4482.35
HexDDC7CC0A8D15a1852
Octal335307314012101553230122
Binary1101110111000111110011000101010001101101011010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7CC; }

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

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

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

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

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

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

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

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