#DCBACE

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

Shades of Twilight #DCBACE

Tints of Twilight #DCBACE

Color information

#DCBACE (or 0xDCBACE) is unknown color: approx Twilight. HEX triplet: DC, BA and CE. RGB value is (220,186,206). Sum of RGB (Red+Green+Blue) = 220+186+206=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBACE is #234531. Grayscale: #C6C6C6. Windows color (decimal): -2311474 or 13548252. OLE color: 13548252.

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

Color convert

RGB220186206-
CMYK00.150.060.14
HSL324.71º32.69%79.61%-
HSV(B)324.71º15.45%86.27%-
XYZ58.2154.7965.9-
YUV198.45132.26143.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 186 (73.05% from 255) = 30.39%
BLUE value IS 206 (80.86% from 255) = 33.66%
R=35.95%
G=30.39%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018620600.150.060.14324.7132.6979.61
HexDCBACE0F6E1452150
Octal33427231601761650541120
Binary1101110010111010110011100111111011101010001011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBACE; }

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

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

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

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

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

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

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

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