#DDC0CC

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

Shades of Twilight #DDC0CC

Tints of Twilight #DDC0CC

Color information

#DDC0CC (or 0xDDC0CC) is unknown color: approx Twilight. HEX triplet: DD, C0 and CC. RGB value is (221,192,204). Sum of RGB (Red+Green+Blue) = 221+192+204=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CC is #223F33. Grayscale: #CACACA. Windows color (decimal): -2244404 or 13418717. OLE color: 13418717.

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

Color convert

RGB221192204-
CMYK00.130.080.13
HSL335.17º29.9%80.98%-
HSV(B)335.17º13.12%86.67%-
XYZ59.5757.4365.07-
YUV202.04129.11141.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=35.82%
G=31.12%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119220400.130.080.13335.1729.980.98
HexDDC0CC0D8D14f1e51
Octal335300314015101551736121
Binary1101110111000000110011000110110001101101001111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0CC; }

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

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

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

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

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

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

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

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