#DCBECD

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

Shades of Twilight #DCBECD

Tints of Twilight #DCBECD

Color information

#DCBECD (or 0xDCBECD) is unknown color: approx Twilight. HEX triplet: DC, BE and CD. RGB value is (220,190,205). Sum of RGB (Red+Green+Blue) = 220+190+205=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECD is #234132. Grayscale: #C8C8C8. Windows color (decimal): -2310451 or 13483740. OLE color: 13483740.

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

Color convert

RGB220190205-
CMYK00.140.070.14
HSL330º30%80.39%-
HSV(B)330º13.64%86.27%-
XYZ58.9556.4565.55-
YUV200.68130.44141.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 190 (74.61% from 255) = 30.89%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=35.77%
G=30.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019020500.140.070.143303080.39
HexDCBECD0E7E14a1e50
Octal33427631501671651236120
Binary110111001011111011001101011101111110101001010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBECD; }

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

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

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

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

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

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

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

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