#DDBACA

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

Shades of Twilight #DDBACA

Tints of Twilight #DDBACA

Color information

#DDBACA (or 0xDDBACA) is unknown color: approx Twilight. HEX triplet: DD, BA and CA. RGB value is (221,186,202). Sum of RGB (Red+Green+Blue) = 221+186+202=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBACA is #224535. Grayscale: #C6C6C6. Windows color (decimal): -2245942 or 13286109. OLE color: 13286109.

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

Color convert

RGB221186202-
CMYK00.160.090.13
HSL332.57º33.98%79.8%-
HSV(B)332.57º15.84%86.67%-
XYZ58.0454.7563.39-
YUV198.29130.1144.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=36.29%
G=30.54%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620200.160.090.13332.5733.9879.8
HexDDBACA0109D14d2250
Octal335272312020111551542120
Binary110111011011101011001010010000100111011010011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBACA; }

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

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

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

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

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

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

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

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