#DCBACA

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

Shades of Twilight #DCBACA

Tints of Twilight #DCBACA

Color information

#DCBACA (or 0xDCBACA) is unknown color: approx Twilight. HEX triplet: DC, BA and CA. RGB value is (220,186,202). Sum of RGB (Red+Green+Blue) = 220+186+202=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACA is #234535. Grayscale: #C5C5C5. Windows color (decimal): -2311478 or 13286108. OLE color: 13286108.

HSL color Cylindrical-coordinate representation of color #DCBACA: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBACA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220186202-
CMYK00.150.080.14
HSL331.76º32.69%79.61%-
HSV(B)331.76º15.45%86.27%-
XYZ57.7354.663.37-
YUV197.99130.26143.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=36.18%
G=30.59%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018620200.150.080.14331.7632.6979.61
HexDCBACA0F8E14c2150
Octal334272312017101651441120
Binary11011100101110101100101001111100011101010011001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBACA; }

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

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

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

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

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

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

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

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