#DCBACC

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

Shades of Twilight #DCBACC

Tints of Twilight #DCBACC

Color information

#DCBACC (or 0xDCBACC) is unknown color: approx Twilight. HEX triplet: DC, BA and CC. RGB value is (220,186,204). Sum of RGB (Red+Green+Blue) = 220+186+204=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACC is #234533. Grayscale: #C6C6C6. Windows color (decimal): -2311476 or 13417180. OLE color: 13417180.

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

Color convert

RGB220186204-
CMYK00.150.070.14
HSL328.24º32.69%79.61%-
HSV(B)328.24º15.45%86.27%-
XYZ57.9754.6964.63-
YUV198.22131.26143.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=36.07%
G=30.49%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018620400.150.070.14328.2432.6979.61
HexDCBACC0F7E1482150
Octal33427231401771651041120
Binary1101110010111010110011000111111111101010010001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBACC; }

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

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

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

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

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

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

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

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