#DFAFC6

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

Shades of Twilight #DFAFC6

Tints of Twilight #DFAFC6

Color information

#DFAFC6 (or 0xDFAFC6) is unknown color: approx Twilight. HEX triplet: DF, AF and C6. RGB value is (223,175,198). Sum of RGB (Red+Green+Blue) = 223+175+198=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFC6 is #205039. Grayscale: #BFBFBF. Windows color (decimal): -2117690 or 13021151. OLE color: 13021151.

HSL color Cylindrical-coordinate representation of color #DFAFC6: hue angle of 331.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFC6 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB223175198-
CMYK00.220.110.13
HSL331.25º42.86%78.04%-
HSV(B)331.25º21.52%87.45%-
XYZ55.9550.4360.21-
YUV191.97131.4150.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 175 (68.75% from 255) = 29.36%
BLUE value IS 198 (77.73% from 255) = 33.22%
R=37.42%
G=29.36%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317519800.220.110.13331.2542.8678.04
HexDFAFC6016BD14b2b4e
Octal337257306026131551353116
Binary110111111010111111000110010110101111011010010111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAFC6; }

 p { color: rgb(223,175,198); }

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

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

 a { background-color: rgb(223,175,198); }

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

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

 span { border-color: rgb(223,175,198); }

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