#DCBBCA

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

Shades of Twilight #DCBBCA

Tints of Twilight #DCBBCA

Color information

#DCBBCA (or 0xDCBBCA) is unknown color: approx Twilight. HEX triplet: DC, BB and CA. RGB value is (220,187,202). Sum of RGB (Red+Green+Blue) = 220+187+202=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBCA is #234435. Grayscale: #C6C6C6. Windows color (decimal): -2311222 or 13286364. OLE color: 13286364.

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

Color convert

RGB220187202-
CMYK00.150.080.14
HSL332.73º32.04%79.8%-
HSV(B)332.73º15%86.27%-
XYZ57.9555.0263.44-
YUV198.58129.93143.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.12%
GREEN value IS 187 (73.44% from 255) = 30.71%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=36.12%
G=30.71%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018720200.150.080.14332.7332.0479.8
HexDCBBCA0F8E14d2050
Octal334273312017101651540120
Binary11011100101110111100101001111100011101010011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBCA; }

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

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

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

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

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

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

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

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