#DAC5CD

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

Shades of Twilight #DAC5CD

Tints of Twilight #DAC5CD

Color information

#DAC5CD (or 0xDAC5CD) is unknown color: approx Twilight. HEX triplet: DA, C5 and CD. RGB value is (218,197,205). Sum of RGB (Red+Green+Blue) = 218+197+205=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5CD is #253A32. Grayscale: #CCCCCC. Windows color (decimal): -2439731 or 13485530. OLE color: 13485530.

HSL color Cylindrical-coordinate representation of color #DAC5CD: hue angle of 337.14º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5CD is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218197205-
CMYK00.100.060.15
HSL337.14º22.11%81.37%-
HSV(B)337.14º9.63%85.49%-
XYZ59.959.2566.04-
YUV204.19128.46137.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=35.16%
G=31.77%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819720500.100.060.15337.1422.1181.37
HexDAC5CD0A6F1511651
Octal33230531501261752126121
Binary110110101100010111001101010101101111101010001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5CD; }

 p { color: rgb(218,197,205); }

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

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

 a { background-color: rgb(218,197,205); }

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

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

 span { border-color: rgb(218,197,205); }

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