#DCBDCA

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

Shades of Twilight #DCBDCA

Tints of Twilight #DCBDCA

Color information

#DCBDCA (or 0xDCBDCA) is unknown color: approx Twilight. HEX triplet: DC, BD and CA. RGB value is (220,189,202). Sum of RGB (Red+Green+Blue) = 220+189+202=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDCA is #234235. Grayscale: #C7C7C7. Windows color (decimal): -2310710 or 13286876. OLE color: 13286876.

HSL color Cylindrical-coordinate representation of color #DCBDCA: hue angle of 334.84º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDCA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220189202-
CMYK00.140.080.14
HSL334.84º30.69%80.2%-
HSV(B)334.84º14.09%86.27%-
XYZ58.3755.8863.59-
YUV199.75129.27142.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=36.01%
G=30.93%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018920200.140.080.14334.8430.6980.2
HexDCBDCA0E8E14f1f50
Octal334275312016101651737120
Binary1101110010111101110010100111010001110101001111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDCA; }

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

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

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

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

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

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

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

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