#dcadcb

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

Shades of Twilight #DCADCB

Tints of Twilight #DCADCB

Color information

#DCADCB (or 0xDCADCB) is unknown color: approx Twilight. HEX triplet: DC, AD and CB. RGB value is (220,173,203). Sum of RGB (Red+Green+Blue) = 220+173+203=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADCB is #235234. Grayscale: #BEBEBE. Windows color (decimal): -2314805 or 13348316. OLE color: 13348316.

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

Color convert

RGB220173203-
CMYK00.210.080.14
HSL321.7º40.17%77.06%-
HSV(B)321.7º21.36%86.27%-
XYZ55.2449.4163.13-
YUV190.47135.07149.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 173 (67.97% from 255) = 29.03%
BLUE value IS 203 (79.69% from 255) = 34.06%
R=36.91%
G=29.03%
B=34.06%

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
Decimal22017320300.210.080.14321.740.1777.06
HexDCADCB0158E142284d
Octal334255313025101650250115
Binary110111001010110111001011010101100011101010000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcadcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcadcb; }

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

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

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

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

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

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

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

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