#DBB7CD

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

Shades of Twilight #DBB7CD

Tints of Twilight #DBB7CD

Color information

#DBB7CD (or 0xDBB7CD) is unknown color: approx Twilight. HEX triplet: DB, B7 and CD. RGB value is (219,183,205). Sum of RGB (Red+Green+Blue) = 219+183+205=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CD is #244832. Grayscale: #C4C4C4. Windows color (decimal): -2377779 or 13481947. OLE color: 13481947.

HSL color Cylindrical-coordinate representation of color #DBB7CD: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7CD is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB219183205-
CMYK00.160.060.14
HSL323.33º33.33%78.82%-
HSV(B)323.33º16.44%85.88%-
XYZ57.1753.3365.04-
YUV196.27132.93144.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 183 (71.88% from 255) = 30.15%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=36.08%
G=30.15%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918320500.160.060.14323.3333.3378.82
HexDBB7CD0106E143214f
Octal33326731502061650341117
Binary11011011101101111100110101000011011101010000111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7CD; }

 p { color: rgb(219,183,205); }

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

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

 a { background-color: rgb(219,183,205); }

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

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

 span { border-color: rgb(219,183,205); }

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