#DDBAD0

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

Shades of Twilight #DDBAD0

Tints of Twilight #DDBAD0

Color information

#DDBAD0 (or 0xDDBAD0) is unknown color: approx Twilight. HEX triplet: DD, BA and D0. RGB value is (221,186,208). Sum of RGB (Red+Green+Blue) = 221+186+208=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAD0 is #22452F. Grayscale: #C6C6C6. Windows color (decimal): -2245936 or 13679325. OLE color: 13679325.

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

Color convert

RGB221186208-
CMYK00.160.060.13
HSL322.29º33.98%79.8%-
HSV(B)322.29º15.84%86.67%-
XYZ58.7655.0467.2-
YUV198.97133.1143.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 186 (73.05% from 255) = 30.24%
BLUE value IS 208 (81.64% from 255) = 33.82%
R=35.93%
G=30.24%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620800.160.060.13322.2933.9879.8
HexDDBAD00106D1422250
Octal33527232002061550242120
Binary11011101101110101101000001000011011011010000101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAD0; }

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

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

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

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

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

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

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

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