#DBBCC9

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

Shades of Twilight #DBBCC9

Tints of Twilight #DBBCC9

Color information

#DBBCC9 (or 0xDBBCC9) is unknown color: approx Twilight. HEX triplet: DB, BC and C9. RGB value is (219,188,201). Sum of RGB (Red+Green+Blue) = 219+188+201=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC9 is #244336. Grayscale: #C6C6C6. Windows color (decimal): -2376503 or 13221083. OLE color: 13221083.

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

Color convert

RGB219188201-
CMYK00.140.080.14
HSL334.84º30.1%79.8%-
HSV(B)334.84º14.16%85.88%-
XYZ57.7455.2462.88-
YUV198.75129.27142.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=36.02%
G=30.92%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918820100.140.080.14334.8430.179.8
HexDBBCC90E8E14f1e50
Octal333274311016101651736120
Binary1101101110111100110010010111010001110101001111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCC9; }

 p { color: rgb(219,188,201); }

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

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

 a { background-color: rgb(219,188,201); }

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

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

 span { border-color: rgb(219,188,201); }

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