#DBBAC7

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

Shades of Twilight #DBBAC7

Tints of Twilight #DBBAC7

Color information

#DBBAC7 (or 0xDBBAC7) is unknown color: approx Twilight. HEX triplet: DB, BA and C7. RGB value is (219,186,199). Sum of RGB (Red+Green+Blue) = 219+186+199=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC7 is #244538. Grayscale: #C5C5C5. Windows color (decimal): -2377017 or 13089499. OLE color: 13089499.

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

Color convert

RGB219186199-
CMYK00.150.090.14
HSL336.36º31.43%79.41%-
HSV(B)336.36º15.07%85.88%-
XYZ57.0854.361.51-
YUV197.35128.93143.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 199 (78.12% from 255) = 32.95%
R=36.26%
G=30.79%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918619900.150.090.14336.3631.4379.41
HexDBBAC70F9E1501f4f
Octal333272307017111652037117
Binary1101101110111010110001110111110011110101010000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAC7; }

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

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

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

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

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

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

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

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