#DCB5CB

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

Shades of Twilight #DCB5CB

Tints of Twilight #DCB5CB

Color information

#DCB5CB (or 0xDCB5CB) is unknown color: approx Twilight. HEX triplet: DC, B5 and CB. RGB value is (220,181,203). Sum of RGB (Red+Green+Blue) = 220+181+203=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CB is #234A34. Grayscale: #C3C3C3. Windows color (decimal): -2312757 or 13350364. OLE color: 13350364.

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

Color convert

RGB220181203-
CMYK00.180.080.14
HSL326.15º35.78%78.63%-
HSV(B)326.15º17.73%86.27%-
XYZ56.8252.5863.65-
YUV195.17132.42145.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 181 (71.09% from 255) = 29.97%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=36.42%
G=29.97%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018120300.180.080.14326.1535.7878.63
HexDCB5CB0128E146244f
Octal334265313022101650644117
Binary110111001011010111001011010010100011101010001101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5CB; }

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

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

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

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

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

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

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

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