#DBAFC7

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

Shades of Twilight #DBAFC7

Tints of Twilight #DBAFC7

Color information

#DBAFC7 (or 0xDBAFC7) is unknown color: approx Twilight. HEX triplet: DB, AF and C7. RGB value is (219,175,199). Sum of RGB (Red+Green+Blue) = 219+175+199=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFC7 is #245038. Grayscale: #BEBEBE. Windows color (decimal): -2379833 or 13086683. OLE color: 13086683.

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

Color convert

RGB219175199-
CMYK00.200.090.14
HSL327.27º37.93%77.25%-
HSV(B)327.27º20.09%85.88%-
XYZ54.8549.8460.76-
YUV190.89132.58148.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=36.93%
G=29.51%
B=33.56%

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
Decimal21917519900.200.090.14327.2737.9377.25
HexDBAFC70149E147264d
Octal333257307024111650746115
Binary110110111010111111000111010100100111101010001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFC7; }

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

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

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

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

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

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

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

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