#DAC9D5

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

Shades of Twilight #DAC9D5

Tints of Twilight #DAC9D5

Color information

#DAC9D5 (or 0xDAC9D5) is unknown color: approx Twilight. HEX triplet: DA, C9 and D5. RGB value is (218,201,213). Sum of RGB (Red+Green+Blue) = 218+201+213=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9D5 is #25362A. Grayscale: #CFCFCF. Windows color (decimal): -2438699 or 14010842. OLE color: 14010842.

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

Color convert

RGB218201213-
CMYK00.080.020.15
HSL317.65º18.68%82.16%-
HSV(B)317.65º7.8%85.49%-
XYZ61.8161.4871.56-
YUV207.45131.13135.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=34.49%
G=31.80%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820121300.080.020.15317.6518.6882.16
HexDAC9D5082F13e1352
Octal33231132501021747623122
Binary11011010110010011101010101000101111100111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9D5; }

 p { color: rgb(218,201,213); }

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

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

 a { background-color: rgb(218,201,213); }

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

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

 span { border-color: rgb(218,201,213); }

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