#DCBCCE

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

Shades of Twilight #DCBCCE

Tints of Twilight #DCBCCE

Color information

#DCBCCE (or 0xDCBCCE) is unknown color: approx Twilight. HEX triplet: DC, BC and CE. RGB value is (220,188,206). Sum of RGB (Red+Green+Blue) = 220+188+206=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCE is #234331. Grayscale: #C7C7C7. Windows color (decimal): -2310962 or 13548764. OLE color: 13548764.

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

Color convert

RGB220188206-
CMYK00.150.060.14
HSL326.25º31.37%80%-
HSV(B)326.25º14.55%86.27%-
XYZ58.6455.6466.04-
YUV199.62131.6142.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=35.83%
G=30.62%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018820600.150.060.14326.2531.3780
HexDCBCCE0F6E1461f50
Octal33427431601761650637120
Binary110111001011110011001110011111101110101000110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCCE; }

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

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

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

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

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

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

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

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