#DAC5D0

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

Shades of Twilight #DAC5D0

Tints of Twilight #DAC5D0

Color information

#DAC5D0 (or 0xDAC5D0) is unknown color: approx Twilight. HEX triplet: DA, C5 and D0. RGB value is (218,197,208). Sum of RGB (Red+Green+Blue) = 218+197+208=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D0 is #253A2F. Grayscale: #CCCCCC. Windows color (decimal): -2439728 or 13682138. OLE color: 13682138.

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

Color convert

RGB218197208-
CMYK00.100.050.15
HSL328.57º22.11%81.37%-
HSV(B)328.57º9.63%85.49%-
XYZ60.2659.3967.96-
YUV204.53129.96137.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=34.99%
G=31.62%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819720800.100.050.15328.5722.1181.37
HexDAC5D00A5F1491651
Octal33230532001251751126121
Binary110110101100010111010000010101011111101001001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D0; }

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

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

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

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

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

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

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

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