#DCB1CC

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

Shades of Twilight #DCB1CC

Tints of Twilight #DCB1CC

Color information

#DCB1CC (or 0xDCB1CC) is unknown color: approx Twilight. HEX triplet: DC, B1 and CC. RGB value is (220,177,204). Sum of RGB (Red+Green+Blue) = 220+177+204=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1CC is #234E33. Grayscale: #C0C0C0. Windows color (decimal): -2313780 or 13414876. OLE color: 13414876.

HSL color Cylindrical-coordinate representation of color #DCB1CC: hue angle of 322.33º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1CC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220177204-
CMYK00.200.070.14
HSL322.33º38.05%77.84%-
HSV(B)322.33º19.55%86.27%-
XYZ56.1451.0264.02-
YUV192.94134.25147.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=36.61%
G=29.45%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017720400.200.070.14322.3338.0577.84
HexDCB1CC0147E142264e
Octal33426131402471650246116
Binary11011100101100011100110001010011111101010000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB1CC; }

 p { color: rgb(220,177,204); }

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

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

 a { background-color: rgb(220,177,204); }

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

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

 span { border-color: rgb(220,177,204); }

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