#DBBACE

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

Shades of Twilight #DBBACE

Tints of Twilight #DBBACE

Color information

#DBBACE (or 0xDBBACE) is unknown color: approx Twilight. HEX triplet: DB, BA and CE. RGB value is (219,186,206). Sum of RGB (Red+Green+Blue) = 219+186+206=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBACE is #244531. Grayscale: #C6C6C6. Windows color (decimal): -2377010 or 13548251. OLE color: 13548251.

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

Color convert

RGB219186206-
CMYK00.150.060.14
HSL323.64º31.43%79.41%-
HSV(B)323.64º15.07%85.88%-
XYZ57.9154.6365.89-
YUV198.15132.43142.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=35.84%
G=30.44%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918620600.150.060.14323.6431.4379.41
HexDBBACE0F6E1441f4f
Octal33327231601761650437117
Binary110110111011101011001110011111101110101000100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBACE; }

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

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

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

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

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

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

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

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