#DCADC9

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

Shades of Twilight #DCADC9

Tints of Twilight #DCADC9

Color information

#DCADC9 (or 0xDCADC9) is unknown color: approx Twilight. HEX triplet: DC, AD and C9. RGB value is (220,173,201). Sum of RGB (Red+Green+Blue) = 220+173+201=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADC9 is #235236. Grayscale: #BEBEBE. Windows color (decimal): -2314807 or 13217244. OLE color: 13217244.

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

Color convert

RGB220173201-
CMYK00.210.090.14
HSL324.26º40.17%77.06%-
HSV(B)324.26º21.36%86.27%-
XYZ5549.3261.88-
YUV190.24134.07149.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=37.04%
G=29.12%
B=33.84%

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
Decimal22017320100.210.090.14324.2640.1777.06
HexDCADC90159E144284d
Octal334255311025111650450115
Binary110111001010110111001001010101100111101010001001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADC9; }

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

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

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

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

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

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

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

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