#DDC0CA

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

Shades of Twilight #DDC0CA

Tints of Twilight #DDC0CA

Color information

#DDC0CA (or 0xDDC0CA) is unknown color: approx Twilight. HEX triplet: DD, C0 and CA. RGB value is (221,192,202). Sum of RGB (Red+Green+Blue) = 221+192+202=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CA is #223F35. Grayscale: #C9C9C9. Windows color (decimal): -2244406 or 13287645. OLE color: 13287645.

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

Color convert

RGB221192202-
CMYK00.130.090.13
HSL339.31º29.9%80.98%-
HSV(B)339.31º13.12%86.67%-
XYZ59.3357.3463.82-
YUV201.81128.11141.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=35.93%
G=31.22%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119220200.130.090.13339.3129.980.98
HexDDC0CA0D9D1531e51
Octal335300312015111552336121
Binary1101110111000000110010100110110011101101010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0CA; }

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

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

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

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

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

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

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

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