#DCBAC8

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

Shades of Twilight #DCBAC8

Tints of Twilight #DCBAC8

Color information

#DCBAC8 (or 0xDCBAC8) is unknown color: approx Twilight. HEX triplet: DC, BA and C8. RGB value is (220,186,200). Sum of RGB (Red+Green+Blue) = 220+186+200=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAC8 is #234537. Grayscale: #C5C5C5. Windows color (decimal): -2311480 or 13155036. OLE color: 13155036.

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

Color convert

RGB220186200-
CMYK00.150.090.14
HSL335.29º32.69%79.61%-
HSV(B)335.29º15.45%86.27%-
XYZ57.554.562.13-
YUV197.76129.26143.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 186 (73.05% from 255) = 30.69%
BLUE value IS 200 (78.52% from 255) = 33.00%
R=36.30%
G=30.69%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018620000.150.090.14335.2932.6979.61
HexDCBAC80F9E14f2150
Octal334272310017111651741120
Binary11011100101110101100100001111100111101010011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAC8; }

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

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

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

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

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

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

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

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