#DCADC8

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

Shades of Twilight #DCADC8

Tints of Twilight #DCADC8

Color information

#DCADC8 (or 0xDCADC8) is unknown color: approx Twilight. HEX triplet: DC, AD and C8. RGB value is (220,173,200). Sum of RGB (Red+Green+Blue) = 220+173+200=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC8 is #235237. Grayscale: #BEBEBE. Windows color (decimal): -2314808 or 13151708. OLE color: 13151708.

HSL color Cylindrical-coordinate representation of color #DCADC8: hue angle of 325.53º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADC8 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220173200-
CMYK00.210.090.14
HSL325.53º40.17%77.06%-
HSV(B)325.53º21.36%86.27%-
XYZ54.8849.2761.26-
YUV190.13133.57149.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=37.10%
G=29.17%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017320000.210.090.14325.5340.1777.06
HexDCADC80159E146284d
Octal334255310025111650650115
Binary110111001010110111001000010101100111101010001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADC8; }

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

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

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

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

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

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

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

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