#DCAFC7

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

Shades of Twilight #DCAFC7

Tints of Twilight #DCAFC7

Color information

#DCAFC7 (or 0xDCAFC7) is unknown color: approx Twilight. HEX triplet: DC, AF and C7. RGB value is (220,175,199). Sum of RGB (Red+Green+Blue) = 220+175+199=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC7 is #235038. Grayscale: #BFBFBF. Windows color (decimal): -2314297 or 13086684. OLE color: 13086684.

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

Color convert

RGB220175199-
CMYK00.200.100.14
HSL328º39.13%77.45%-
HSV(B)328º20.45%86.27%-
XYZ55.155060.78-
YUV191.19132.41148.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=37.04%
G=29.46%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017519900.200.100.1432839.1377.45
HexDCAFC7014AE148274d
Octal334257307024121651047115
Binary110111001010111111000111010100101011101010010001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFC7; }

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

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

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

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

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

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

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

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