#DCBDCC

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

Shades of Twilight #DCBDCC

Tints of Twilight #DCBDCC

Color information

#DCBDCC (or 0xDCBDCC) is unknown color: approx Twilight. HEX triplet: DC, BD and CC. RGB value is (220,189,204). Sum of RGB (Red+Green+Blue) = 220+189+204=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDCC is #234233. Grayscale: #C7C7C7. Windows color (decimal): -2310708 or 13417948. OLE color: 13417948.

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

Color convert

RGB220189204-
CMYK00.140.070.14
HSL330.97º30.69%80.2%-
HSV(B)330.97º14.09%86.27%-
XYZ58.6155.9764.84-
YUV199.98130.27142.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 189 (74.22% from 255) = 30.83%
BLUE value IS 204 (80.08% from 255) = 33.28%
R=35.89%
G=30.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018920400.140.070.14330.9730.6980.2
HexDCBDCC0E7E14b1f50
Octal33427531401671651337120
Binary110111001011110111001100011101111110101001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDCC; }

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

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

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

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

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

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

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

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