#DDC0CB

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

Shades of Twilight #DDC0CB

Tints of Twilight #DDC0CB

Color information

#DDC0CB (or 0xDDC0CB) is unknown color: approx Twilight. HEX triplet: DD, C0 and CB. RGB value is (221,192,203). Sum of RGB (Red+Green+Blue) = 221+192+203=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CB is #223F34. Grayscale: #C9C9C9. Windows color (decimal): -2244405 or 13353181. OLE color: 13353181.

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

Color convert

RGB221192203-
CMYK00.130.080.13
HSL337.24º29.9%80.98%-
HSV(B)337.24º13.12%86.67%-
XYZ59.4557.3864.44-
YUV201.92128.61141.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=35.88%
G=31.17%
B=32.95%

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
Decimal22119220300.130.080.13337.2429.980.98
HexDDC0CB0D8D1511e51
Octal335300313015101552136121
Binary1101110111000000110010110110110001101101010001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0CB; }

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

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

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

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

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

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

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

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