#ddbacc

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

Shades of Twilight #DDBACC

Tints of Twilight #DDBACC

Color information

#DDBACC (or 0xDDBACC) is unknown color: approx Twilight. HEX triplet: DD, BA and CC. RGB value is (221,186,204). Sum of RGB (Red+Green+Blue) = 221+186+204=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACC is #224533. Grayscale: #C6C6C6. Windows color (decimal): -2245940 or 13417181. OLE color: 13417181.

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

Color convert

RGB221186204-
CMYK00.160.080.13
HSL329.14º33.98%79.8%-
HSV(B)329.14º15.84%86.67%-
XYZ58.2854.8564.64-
YUV198.52131.1144.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=36.17%
G=30.44%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620400.160.080.13329.1433.9879.8
HexDDBACC0108D1492250
Octal335272314020101551142120
Binary110111011011101011001100010000100011011010010011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbacc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbacc; }

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

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

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

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

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

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

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

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