#DCBECA

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

Shades of Twilight #DCBECA

Tints of Twilight #DCBECA

Color information

#DCBECA (or 0xDCBECA) is unknown color: approx Twilight. HEX triplet: DC, BE and CA. RGB value is (220,190,202). Sum of RGB (Red+Green+Blue) = 220+190+202=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECA is #234135. Grayscale: #C8C8C8. Windows color (decimal): -2310454 or 13287132. OLE color: 13287132.

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

Color convert

RGB220190202-
CMYK00.140.080.14
HSL336º30%80.39%-
HSV(B)336º13.64%86.27%-
XYZ58.5956.3163.66-
YUV200.34128.94142.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=35.95%
G=31.05%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019020200.140.080.143363080.39
HexDCBECA0E8E1501e50
Octal334276312016101652036120
Binary1101110010111110110010100111010001110101010000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBECA; }

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

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

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

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

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

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

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

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