#DCADCA

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

Shades of Twilight #DCADCA

Tints of Twilight #DCADCA

Color information

#DCADCA (or 0xDCADCA) is unknown color: approx Twilight. HEX triplet: DC, AD and CA. RGB value is (220,173,202). Sum of RGB (Red+Green+Blue) = 220+173+202=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCA is #235235. Grayscale: #BEBEBE. Windows color (decimal): -2314806 or 13282780. OLE color: 13282780.

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

Color convert

RGB220173202-
CMYK00.210.080.14
HSL322.98º40.17%77.06%-
HSV(B)322.98º21.36%86.27%-
XYZ55.1249.3762.5-
YUV190.36134.57149.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=36.97%
G=29.08%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017320200.210.080.14322.9840.1777.06
HexDCADCA0158E143284d
Octal334255312025101650350115
Binary110111001010110111001010010101100011101010000111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADCA; }

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

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

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

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

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

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

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

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