#DBBACA

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

Shades of Twilight #DBBACA

Tints of Twilight #DBBACA

Color information

#DBBACA (or 0xDBBACA) is unknown color: approx Twilight. HEX triplet: DB, BA and CA. RGB value is (219,186,202). Sum of RGB (Red+Green+Blue) = 219+186+202=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBACA is #244535. Grayscale: #C5C5C5. Windows color (decimal): -2377014 or 13286107. OLE color: 13286107.

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

Color convert

RGB219186202-
CMYK00.150.080.14
HSL330.91º31.43%79.41%-
HSV(B)330.91º15.07%85.88%-
XYZ57.4354.4463.36-
YUV197.69130.43143.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=36.08%
G=30.64%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918620200.150.080.14330.9131.4379.41
HexDBBACA0F8E14b1f4f
Octal333272312017101651337117
Binary1101101110111010110010100111110001110101001011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBACA; }

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

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

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

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

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

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

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

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