#DCABC6

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

Shades of Twilight #DCABC6

Tints of Twilight #DCABC6

Color information

#DCABC6 (or 0xDCABC6) is unknown color: approx Twilight. HEX triplet: DC, AB and C6. RGB value is (220,171,198). Sum of RGB (Red+Green+Blue) = 220+171+198=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABC6 is #235439. Grayscale: #BCBCBC. Windows color (decimal): -2315322 or 13020124. OLE color: 13020124.

HSL color Cylindrical-coordinate representation of color #DCABC6: hue angle of 326.94º 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 #DCABC6 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220171198-
CMYK00.220.10.14
HSL326.94º41.18%76.67%-
HSV(B)326.94º22.27%86.27%-
XYZ54.2748.4259.91-
YUV188.73133.23150.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 198 (77.73% from 255) = 33.62%
R=37.35%
G=29.03%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017119800.220.10.14326.9441.1876.67
HexDCABC6016AE147294d
Octal334253306026121650751115
Binary110111001010101111000110010110101011101010001111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCABC6; }

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

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

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

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

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

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

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

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