#DBAFCC

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

Shades of Twilight #DBAFCC

Tints of Twilight #DBAFCC

Color information

#DBAFCC (or 0xDBAFCC) is unknown color: approx Twilight. HEX triplet: DB, AF and CC. RGB value is (219,175,204). Sum of RGB (Red+Green+Blue) = 219+175+204=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFCC is #245033. Grayscale: #BFBFBF. Windows color (decimal): -2379828 or 13414363. OLE color: 13414363.

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

Color convert

RGB219175204-
CMYK00.200.070.14
HSL320.45º37.93%77.25%-
HSV(B)320.45º20.09%85.88%-
XYZ55.4450.0863.87-
YUV191.46135.08147.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.62%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=36.62%
G=29.26%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917520400.200.070.14320.4537.9377.25
HexDBAFCC0147E140264d
Octal33325731402471650046115
Binary11011011101011111100110001010011111101010000001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAFCC; }

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

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

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

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

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

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

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

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