#DCADCC

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

Shades of Twilight #DCADCC

Tints of Twilight #DCADCC

Color information

#DCADCC (or 0xDCADCC) is unknown color: approx Twilight. HEX triplet: DC, AD and CC. RGB value is (220,173,204). Sum of RGB (Red+Green+Blue) = 220+173+204=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCC is #235233. Grayscale: #BEBEBE. Windows color (decimal): -2314804 or 13413852. OLE color: 13413852.

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

Color convert

RGB220173204-
CMYK00.210.070.14
HSL320.43º40.17%77.06%-
HSV(B)320.43º21.36%86.27%-
XYZ55.3649.4663.76-
YUV190.59135.57148.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=36.85%
G=28.98%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017320400.210.070.14320.4340.1777.06
HexDCADCC0157E140284d
Octal33425531402571650050115
Binary11011100101011011100110001010111111101010000001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADCC; }

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

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

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

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

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

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

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

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