#DAC5D3

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

Shades of Twilight #DAC5D3

Tints of Twilight #DAC5D3

Color information

#DAC5D3 (or 0xDAC5D3) is unknown color: approx Twilight. HEX triplet: DA, C5 and D3. RGB value is (218,197,211). Sum of RGB (Red+Green+Blue) = 218+197+211=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D3 is #253A2C. Grayscale: #CCCCCC. Windows color (decimal): -2439725 or 13878746. OLE color: 13878746.

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

Color convert

RGB218197211-
CMYK00.100.030.15
HSL320º22.11%81.37%-
HSV(B)320º9.63%85.49%-
XYZ60.6459.5469.92-
YUV204.88131.46137.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=34.82%
G=31.47%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819721100.100.030.1532022.1181.37
HexDAC5D30A3F1401651
Octal33230532301231750026121
Binary11011010110001011101001101010111111101000000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D3; }

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

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

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

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

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

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

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

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