#DCBDD0

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

Shades of Twilight #DCBDD0

Tints of Twilight #DCBDD0

Color information

#DCBDD0 (or 0xDCBDD0) is unknown color: approx Twilight. HEX triplet: DC, BD and D0. RGB value is (220,189,208). Sum of RGB (Red+Green+Blue) = 220+189+208=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD0 is #23422F. Grayscale: #C8C8C8. Windows color (decimal): -2310704 or 13680092. OLE color: 13680092.

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

Color convert

RGB220189208-
CMYK00.140.050.14
HSL323.23º30.69%80.2%-
HSV(B)323.23º14.09%86.27%-
XYZ59.156.1667.4-
YUV200.44132.27141.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 189 (74.22% from 255) = 30.63%
BLUE value IS 208 (81.64% from 255) = 33.71%
R=35.66%
G=30.63%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018920800.140.050.14323.2330.6980.2
HexDCBDD00E5E1431f50
Octal33427532001651650337120
Binary110111001011110111010000011101011110101000011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDD0; }

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

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

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

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

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

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

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

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