#DCBCCA

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

Shades of Twilight #DCBCCA

Tints of Twilight #DCBCCA

Color information

#DCBCCA (or 0xDCBCCA) is unknown color: approx Twilight. HEX triplet: DC, BC and CA. RGB value is (220,188,202). Sum of RGB (Red+Green+Blue) = 220+188+202=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCA is #234335. Grayscale: #C7C7C7. Windows color (decimal): -2310966 or 13286620. OLE color: 13286620.

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

Color convert

RGB220188202-
CMYK00.150.080.14
HSL333.75º31.37%80%-
HSV(B)333.75º14.55%86.27%-
XYZ58.1655.4563.51-
YUV199.16129.6142.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=36.07%
G=30.82%
B=33.11%

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
Decimal22018820200.150.080.14333.7531.3780
HexDCBCCA0F8E14e1f50
Octal334274312017101651637120
Binary1101110010111100110010100111110001110101001110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCCA; }

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

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

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

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

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

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

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

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