#DDC4CC

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

Shades of Prim #DDC4CC

Tints of Prim #DDC4CC

Color information

#DDC4CC (or 0xDDC4CC) is unknown color: approx Prim. HEX triplet: DD, C4 and CC. RGB value is (221,196,204). Sum of RGB (Red+Green+Blue) = 221+196+204=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4CC is #223B33. Grayscale: #CCCCCC. Windows color (decimal): -2243380 or 13419741. OLE color: 13419741.

HSL color Cylindrical-coordinate representation of color #DDC4CC: hue angle of 340.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC4CC is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221196204-
CMYK00.110.080.13
HSL340.8º26.88%81.76%-
HSV(B)340.8º11.31%86.67%-
XYZ60.4659.2165.37-
YUV204.39127.78139.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 196 (76.95% from 255) = 31.56%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=35.59%
G=31.56%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119620400.110.080.13340.826.8881.76
HexDDC4CC0B8D1551b52
Octal335304314013101552533122
Binary1101110111000100110011000101110001101101010101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4CC; }

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

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

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

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

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

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

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

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