#DAC6CF

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

Shades of Twilight #DAC6CF

Tints of Twilight #DAC6CF

Color information

#DAC6CF (or 0xDAC6CF) is unknown color: approx Twilight. HEX triplet: DA, C6 and CF. RGB value is (218,198,207). Sum of RGB (Red+Green+Blue) = 218+198+207=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6CF is #253930. Grayscale: #CCCCCC. Windows color (decimal): -2439473 or 13616858. OLE color: 13616858.

HSL color Cylindrical-coordinate representation of color #DAC6CF: hue angle of 333º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC6CF is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218198207-
CMYK00.090.050.15
HSL333º21.28%81.57%-
HSV(B)333º9.17%85.49%-
XYZ60.3759.867.39-
YUV205.01129.13137.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 198 (77.73% from 255) = 31.78%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=34.99%
G=31.78%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819820700.090.050.1533321.2881.57
HexDAC6CF095F14d1552
Octal33230631701151751525122
Binary110110101100011011001111010011011111101001101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6CF; }

 p { color: rgb(218,198,207); }

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

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

 a { background-color: rgb(218,198,207); }

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

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

 span { border-color: rgb(218,198,207); }

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