#DDBACE

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

Shades of Twilight #DDBACE

Tints of Twilight #DDBACE

Color information

#DDBACE (or 0xDDBACE) is unknown color: approx Twilight. HEX triplet: DD, BA and CE. RGB value is (221,186,206). Sum of RGB (Red+Green+Blue) = 221+186+206=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACE is #224531. Grayscale: #C6C6C6. Windows color (decimal): -2245938 or 13548253. OLE color: 13548253.

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

Color convert

RGB221186206-
CMYK00.160.070.13
HSL325.71º33.98%79.8%-
HSV(B)325.71º15.84%86.67%-
XYZ58.5254.9565.91-
YUV198.74132.1143.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 206 (80.86% from 255) = 33.61%
R=36.05%
G=30.34%
B=33.61%

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
Decimal22118620600.160.070.13325.7133.9879.8
HexDDBACE0107D1462250
Octal33527231602071550642120
Binary11011101101110101100111001000011111011010001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBACE; }

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

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

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

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

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

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

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

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