#DDC0CF

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

Shades of Twilight #DDC0CF

Tints of Twilight #DDC0CF

Color information

#DDC0CF (or 0xDDC0CF) is unknown color: approx Twilight. HEX triplet: DD, C0 and CF. RGB value is (221,192,207). Sum of RGB (Red+Green+Blue) = 221+192+207=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0CF is #223F30. Grayscale: #CACACA. Windows color (decimal): -2244401 or 13615325. OLE color: 13615325.

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

Color convert

RGB221192207-
CMYK00.130.060.13
HSL328.97º29.9%80.98%-
HSV(B)328.97º13.12%86.67%-
XYZ59.9357.5866.99-
YUV202.38130.61141.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 192 (75.39% from 255) = 30.97%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=35.65%
G=30.97%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119220700.130.060.13328.9729.980.98
HexDDC0CF0D6D1491e51
Octal33530031701561551136121
Binary110111011100000011001111011011101101101001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0CF; }

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

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

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

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

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

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

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

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