#DDBAC8

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

Shades of Twilight #DDBAC8

Tints of Twilight #DDBAC8

Color information

#DDBAC8 (or 0xDDBAC8) is unknown color: approx Twilight. HEX triplet: DD, BA and C8. RGB value is (221,186,200). Sum of RGB (Red+Green+Blue) = 221+186+200=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC8 is #224537. Grayscale: #C6C6C6. Windows color (decimal): -2245944 or 13155037. OLE color: 13155037.

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

Color convert

RGB221186200-
CMYK00.160.100.13
HSL336º33.98%79.8%-
HSV(B)336º15.84%86.67%-
XYZ57.854.6662.15-
YUV198.06129.1144.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.41%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=36.41%
G=30.64%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620000.160.100.1333633.9879.8
HexDDBAC8010AD1502250
Octal335272310020121552042120
Binary110111011011101011001000010000101011011010100001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC8; }

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

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

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

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

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

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

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

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