#DBAFC8

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

Shades of Twilight #DBAFC8

Tints of Twilight #DBAFC8

Color information

#DBAFC8 (or 0xDBAFC8) is unknown color: approx Twilight. HEX triplet: DB, AF and C8. RGB value is (219,175,200). Sum of RGB (Red+Green+Blue) = 219+175+200=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC8 is #245037. Grayscale: #BEBEBE. Windows color (decimal): -2379832 or 13152219. OLE color: 13152219.

HSL color Cylindrical-coordinate representation of color #DBAFC8: hue angle of 325.91º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFC8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219175200-
CMYK00.200.090.14
HSL325.91º37.93%77.25%-
HSV(B)325.91º20.09%85.88%-
XYZ54.9749.8961.38-
YUV191.01133.08147.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=36.87%
G=29.46%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917520000.200.090.14325.9137.9377.25
HexDBAFC80149E146264d
Octal333257310024111650646115
Binary110110111010111111001000010100100111101010001101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFC8; }

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

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

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

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

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

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

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

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