#DCBDD2

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

Shades of Twilight #DCBDD2

Tints of Twilight #DCBDD2

Color information

#DCBDD2 (or 0xDCBDD2) is unknown color: approx Twilight. HEX triplet: DC, BD and D2. RGB value is (220,189,210). Sum of RGB (Red+Green+Blue) = 220+189+210=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDD2 is #23422D. Grayscale: #C8C8C8. Windows color (decimal): -2310702 or 13811164. OLE color: 13811164.

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

Color convert

RGB220189210-
CMYK00.140.050.14
HSL319.35º30.69%80.2%-
HSV(B)319.35º14.09%86.27%-
XYZ59.3556.2668.7-
YUV200.66133.27141.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 189 (74.22% from 255) = 30.53%
BLUE value IS 210 (82.42% from 255) = 33.93%
R=35.54%
G=30.53%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018921000.140.050.14319.3530.6980.2
HexDCBDD20E5E13f1f50
Octal33427532201651647737120
Binary110111001011110111010010011101011110100111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDD2; }

 p { color: rgb(220,189,210); }

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

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

 a { background-color: rgb(220,189,210); }

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

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

 span { border-color: rgb(220,189,210); }

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