#DCABC5

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

Shades of Twilight #DCABC5

Tints of Twilight #DCABC5

Color information

#DCABC5 (or 0xDCABC5) is unknown color: approx Twilight. HEX triplet: DC, AB and C5. RGB value is (220,171,197). Sum of RGB (Red+Green+Blue) = 220+171+197=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC5 is #23543A. Grayscale: #BCBCBC. Windows color (decimal): -2315323 or 12954588. OLE color: 12954588.

HSL color Cylindrical-coordinate representation of color #DCABC5: hue angle of 328.16º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCABC5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220171197-
CMYK00.220.100.14
HSL328.16º41.18%76.67%-
HSV(B)328.16º22.27%86.27%-
XYZ54.1648.3759.31-
YUV188.61132.73150.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 197 (77.34% from 255) = 33.50%
R=37.41%
G=29.08%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017119700.220.100.14328.1641.1876.67
HexDCABC5016AE148294d
Octal334253305026121651051115
Binary110111001010101111000101010110101011101010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC5; }

 p { color: rgb(220,171,197); }

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

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

 a { background-color: rgb(220,171,197); }

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

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

 span { border-color: rgb(220,171,197); }

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