#DBB9C7

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

Shades of Twilight #DBB9C7

Tints of Twilight #DBB9C7

Color information

#DBB9C7 (or 0xDBB9C7) is unknown color: approx Twilight. HEX triplet: DB, B9 and C7. RGB value is (219,185,199). Sum of RGB (Red+Green+Blue) = 219+185+199=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9C7 is #244638. Grayscale: #C4C4C4. Windows color (decimal): -2377273 or 13089243. OLE color: 13089243.

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

Color convert

RGB219185199-
CMYK00.160.090.14
HSL335.29º32.08%79.22%-
HSV(B)335.29º15.53%85.88%-
XYZ56.8753.8861.44-
YUV196.76129.26143.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=36.32%
G=30.68%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918519900.160.090.14335.2932.0879.22
HexDBB9C70109E14f204f
Octal333271307020111651740117
Binary110110111011100111000111010000100111101010011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9C7; }

 p { color: rgb(219,185,199); }

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

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

 a { background-color: rgb(219,185,199); }

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

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

 span { border-color: rgb(219,185,199); }

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