#DDBACD

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

Shades of Twilight #DDBACD

Tints of Twilight #DDBACD

Color information

#DDBACD (or 0xDDBACD) is unknown color: approx Twilight. HEX triplet: DD, BA and CD. RGB value is (221,186,205). Sum of RGB (Red+Green+Blue) = 221+186+205=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACD is #224532. Grayscale: #C6C6C6. Windows color (decimal): -2245939 or 13482717. OLE color: 13482717.

HSL color Cylindrical-coordinate representation of color #DDBACD: hue angle of 327.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDBACD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221186205-
CMYK00.160.070.13
HSL327.43º33.98%79.8%-
HSV(B)327.43º15.84%86.67%-
XYZ58.454.965.28-
YUV198.63131.6143.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=36.11%
G=30.39%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620500.160.070.13327.4333.9879.8
HexDDBACD0107D1472250
Octal33527231502071550742120
Binary11011101101110101100110101000011111011010001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBACD; }

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

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

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

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

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

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

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

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