#DDC0D4

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

Shades of Twilight #DDC0D4

Tints of Twilight #DDC0D4

Color information

#DDC0D4 (or 0xDDC0D4) is unknown color: approx Twilight. HEX triplet: DD, C0 and D4. RGB value is (221,192,212). Sum of RGB (Red+Green+Blue) = 221+192+212=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0D4 is #223F2B. Grayscale: #CACACA. Windows color (decimal): -2244396 or 13943005. OLE color: 13943005.

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

Color convert

RGB221192212-
CMYK00.130.040.13
HSL318.62º29.9%80.98%-
HSV(B)318.62º13.12%86.67%-
XYZ60.5557.8270.26-
YUV202.95133.11140.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 212 (83.20% from 255) = 33.92%
R=35.36%
G=30.72%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119221200.130.040.13318.6229.980.98
HexDDC0D40D4D13f1e51
Octal33530032401541547736121
Binary110111011100000011010100011011001101100111111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0D4; }

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

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

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

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

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

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

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

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