#DCAFC6

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

Shades of Twilight #DCAFC6

Tints of Twilight #DCAFC6

Color information

#DCAFC6 (or 0xDCAFC6) is unknown color: approx Twilight. HEX triplet: DC, AF and C6. RGB value is (220,175,198). Sum of RGB (Red+Green+Blue) = 220+175+198=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC6 is #235039. Grayscale: #BFBFBF. Windows color (decimal): -2314298 or 13021148. OLE color: 13021148.

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

Color convert

RGB220175198-
CMYK00.200.10.14
HSL329.33º39.13%77.45%-
HSV(B)329.33º20.45%86.27%-
XYZ55.0449.9560.17-
YUV191.08131.91148.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=37.10%
G=29.51%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017519800.200.10.14329.3339.1377.45
HexDCAFC6014AE149274d
Octal334257306024121651147115
Binary110111001010111111000110010100101011101010010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFC6; }

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

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

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

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

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

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

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

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