#DCBECB

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

Shades of Twilight #DCBECB

Tints of Twilight #DCBECB

Color information

#DCBECB (or 0xDCBECB) is unknown color: approx Twilight. HEX triplet: DC, BE and CB. RGB value is (220,190,203). Sum of RGB (Red+Green+Blue) = 220+190+203=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECB is #234134. Grayscale: #C8C8C8. Windows color (decimal): -2310453 or 13352668. OLE color: 13352668.

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

Color convert

RGB220190203-
CMYK00.140.080.14
HSL334º30%80.39%-
HSV(B)334º13.64%86.27%-
XYZ58.7156.3564.28-
YUV200.45129.44141.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 203 (79.69% from 255) = 33.12%
R=35.89%
G=31.00%
B=33.12%

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
Decimal22019020300.140.080.143343080.39
HexDCBECB0E8E14e1e50
Octal334276313016101651636120
Binary1101110010111110110010110111010001110101001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBECB; }

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

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

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

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

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

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

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

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