#DCB5CC

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

Shades of Twilight #DCB5CC

Tints of Twilight #DCB5CC

Color information

#DCB5CC (or 0xDCB5CC) is unknown color: approx Twilight. HEX triplet: DC, B5 and CC. RGB value is (220,181,204). Sum of RGB (Red+Green+Blue) = 220+181+204=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CC is #234A33. Grayscale: #C3C3C3. Windows color (decimal): -2312756 or 13415900. OLE color: 13415900.

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

Color convert

RGB220181204-
CMYK00.180.070.14
HSL324.62º35.78%78.63%-
HSV(B)324.62º17.73%86.27%-
XYZ56.9452.6264.28-
YUV195.28132.92145.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=36.36%
G=29.92%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018120400.180.070.14324.6235.7878.63
HexDCB5CC0127E145244f
Octal33426531402271650544117
Binary11011100101101011100110001001011111101010001011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5CC; }

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

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

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

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

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

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

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

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