#DCB3CD

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

Shades of Twilight #DCB3CD

Tints of Twilight #DCB3CD

Color information

#DCB3CD (or 0xDCB3CD) is unknown color: approx Twilight. HEX triplet: DC, B3 and CD. RGB value is (220,179,205). Sum of RGB (Red+Green+Blue) = 220+179+205=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 179 (70.31% from 255 or 29.64% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CD is #234C32. Grayscale: #C2C2C2. Windows color (decimal): -2313267 or 13480924. OLE color: 13480924.

HSL color Cylindrical-coordinate representation of color #DCB3CD: hue angle of 321.95º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB3CD is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220179205-
CMYK00.190.070.14
HSL321.95º36.94%78.24%-
HSV(B)321.95º18.64%86.27%-
XYZ56.6551.8664.78-
YUV194.22134.08146.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 179 (70.31% from 255) = 29.64%
BLUE value IS 205 (80.47% from 255) = 33.94%
R=36.42%
G=29.64%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017920500.190.070.14321.9536.9478.24
HexDCB3CD0137E142254e
Octal33426331502371650245116
Binary11011100101100111100110101001111111101010000101001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3CD; }

 p { color: rgb(220,179,205); }

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

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

 a { background-color: rgb(220,179,205); }

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

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

 span { border-color: rgb(220,179,205); }

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