#DDBAD1

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

Shades of Twilight #DDBAD1

Tints of Twilight #DDBAD1

Color information

#DDBAD1 (or 0xDDBAD1) is unknown color: approx Twilight. HEX triplet: DD, BA and D1. RGB value is (221,186,209). Sum of RGB (Red+Green+Blue) = 221+186+209=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD1 is #22452E. Grayscale: #C7C7C7. Windows color (decimal): -2245935 or 13744861. OLE color: 13744861.

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

Color convert

RGB221186209-
CMYK00.160.050.13
HSL320.57º33.98%79.8%-
HSV(B)320.57º15.84%86.67%-
XYZ58.8955.0967.85-
YUV199.09133.6143.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=35.88%
G=30.19%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620900.160.050.13320.5733.9879.8
HexDDBAD10105D1412250
Octal33527232102051550142120
Binary11011101101110101101000101000010111011010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAD1; }

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

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

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

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

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

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

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

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