#DCBBCC

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

Shades of Twilight #DCBBCC

Tints of Twilight #DCBBCC

Color information

#DCBBCC (or 0xDCBBCC) is unknown color: approx Twilight. HEX triplet: DC, BB and CC. RGB value is (220,187,204). Sum of RGB (Red+Green+Blue) = 220+187+204=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBCC is #234433. Grayscale: #C6C6C6. Windows color (decimal): -2311220 or 13417436. OLE color: 13417436.

HSL color Cylindrical-coordinate representation of color #DCBBCC: hue angle of 329.09º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBCC is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220187204-
CMYK00.150.070.14
HSL329.09º32.04%79.8%-
HSV(B)329.09º15%86.27%-
XYZ58.1855.1264.7-
YUV198.8130.93143.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 187 (73.44% from 255) = 30.61%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=36.01%
G=30.61%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018720400.150.070.14329.0932.0479.8
HexDCBBCC0F7E1492050
Octal33427331401771651140120
Binary1101110010111011110011000111111111101010010011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBCC; }

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

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

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

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

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

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

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

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