#DCB3CB

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

Shades of Twilight #DCB3CB

Tints of Twilight #DCB3CB

Color information

#DCB3CB (or 0xDCB3CB) is unknown color: approx Twilight. HEX triplet: DC, B3 and CB. RGB value is (220,179,203). Sum of RGB (Red+Green+Blue) = 220+179+203=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB3CB is #234C34. Grayscale: #C1C1C1. Windows color (decimal): -2313269 or 13349852. OLE color: 13349852.

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

Color convert

RGB220179203-
CMYK00.190.080.14
HSL324.88º36.94%78.24%-
HSV(B)324.88º18.64%86.27%-
XYZ56.4151.7763.52-
YUV194133.08146.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 203 (79.69% from 255) = 33.72%
R=36.54%
G=29.73%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017920300.190.080.14324.8836.9478.24
HexDCB3CB0138E145254e
Octal334263313023101650545116
Binary110111001011001111001011010011100011101010001011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB3CB; }

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

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

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

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

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

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

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

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