#DDB0CD

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

Shades of Twilight #DDB0CD

Tints of Twilight #DDB0CD

Color information

#DDB0CD (or 0xDDB0CD) is unknown color: approx Twilight. HEX triplet: DD, B0 and CD. RGB value is (221,176,205). Sum of RGB (Red+Green+Blue) = 221+176+205=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0CD is #224F32. Grayscale: #C0C0C0. Windows color (decimal): -2248499 or 13480157. OLE color: 13480157.

HSL color Cylindrical-coordinate representation of color #DDB0CD: hue angle of 321.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0CD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221176205-
CMYK00.200.070.13
HSL321.33º39.82%77.84%-
HSV(B)321.33º20.36%86.67%-
XYZ56.3650.8364.6-
YUV192.76134.91148.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 205 (80.47% from 255) = 34.05%
R=36.71%
G=29.24%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117620500.200.070.13321.3339.8277.84
HexDDB0CD0147D141284e
Octal33526031502471550150116
Binary11011101101100001100110101010011111011010000011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0CD; }

 p { color: rgb(221,176,205); }

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

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

 a { background-color: rgb(221,176,205); }

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

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

 span { border-color: rgb(221,176,205); }

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