#DCBDC9

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

Shades of Twilight #DCBDC9

Tints of Twilight #DCBDC9

Color information

#DCBDC9 (or 0xDCBDC9) is unknown color: approx Twilight. HEX triplet: DC, BD and C9. RGB value is (220,189,201). Sum of RGB (Red+Green+Blue) = 220+189+201=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC9 is #234236. Grayscale: #C7C7C7. Windows color (decimal): -2310711 or 13221340. OLE color: 13221340.

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

Color convert

RGB220189201-
CMYK00.140.090.14
HSL336.77º30.69%80.2%-
HSV(B)336.77º14.09%86.27%-
XYZ58.2655.8362.96-
YUV199.64128.77142.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 189 (74.22% from 255) = 30.98%
BLUE value IS 201 (78.91% from 255) = 32.95%
R=36.07%
G=30.98%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018920100.140.090.14336.7730.6980.2
HexDCBDC90E9E1511f50
Octal334275311016111652137120
Binary1101110010111101110010010111010011110101010001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDC9; }

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

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

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

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

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

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

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

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