#DBB7CA

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

Shades of Twilight #DBB7CA

Tints of Twilight #DBB7CA

Color information

#DBB7CA (or 0xDBB7CA) is unknown color: approx Twilight. HEX triplet: DB, B7 and CA. RGB value is (219,183,202). Sum of RGB (Red+Green+Blue) = 219+183+202=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 183 (71.88% from 255 or 30.30% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7CA is #244835. Grayscale: #C3C3C3. Windows color (decimal): -2377782 or 13285339. OLE color: 13285339.

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

Color convert

RGB219183202-
CMYK00.160.080.14
HSL328.33º33.33%78.82%-
HSV(B)328.33º16.44%85.88%-
XYZ56.8153.1963.15-
YUV195.93131.43144.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 183 (71.88% from 255) = 30.30%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=36.26%
G=30.30%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918320200.160.080.14328.3333.3378.82
HexDBB7CA0108E148214f
Octal333267312020101651041117
Binary110110111011011111001010010000100011101010010001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7CA; }

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

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

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

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

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

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

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

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