#DBBAC8

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

Shades of Twilight #DBBAC8

Tints of Twilight #DBBAC8

Color information

#DBBAC8 (or 0xDBBAC8) is unknown color: approx Twilight. HEX triplet: DB, BA and C8. RGB value is (219,186,200). Sum of RGB (Red+Green+Blue) = 219+186+200=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBAC8 is #244537. Grayscale: #C5C5C5. Windows color (decimal): -2377016 or 13155035. OLE color: 13155035.

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

Color convert

RGB219186200-
CMYK00.150.090.14
HSL334.55º31.43%79.41%-
HSV(B)334.55º15.07%85.88%-
XYZ57.254.3562.12-
YUV197.46129.43143.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=36.20%
G=30.74%
B=33.06%

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
Decimal21918620000.150.090.14334.5531.4379.41
HexDBBAC80F9E14f1f4f
Octal333272310017111651737117
Binary1101101110111010110010000111110011110101001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBAC8; }

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

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

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

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

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

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

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

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