#DCB5CD

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

Shades of Twilight #DCB5CD

Tints of Twilight #DCB5CD

Color information

#DCB5CD (or 0xDCB5CD) is unknown color: approx Twilight. HEX triplet: DC, B5 and CD. RGB value is (220,181,205). Sum of RGB (Red+Green+Blue) = 220+181+205=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CD is #234A32. Grayscale: #C3C3C3. Windows color (decimal): -2312755 or 13481436. OLE color: 13481436.

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

Color convert

RGB220181205-
CMYK00.180.070.14
HSL323.08º35.78%78.63%-
HSV(B)323.08º17.73%86.27%-
XYZ57.0652.6764.92-
YUV195.4133.42145.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=36.30%
G=29.87%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018120500.180.070.14323.0835.7878.63
HexDCB5CD0127E143244f
Octal33426531502271650344117
Binary11011100101101011100110101001011111101010000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5CD; }

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

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

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

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

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

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

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

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