#DAC5D4

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

Shades of Twilight #DAC5D4

Tints of Twilight #DAC5D4

Color information

#DAC5D4 (or 0xDAC5D4) is unknown color: approx Twilight. HEX triplet: DA, C5 and D4. RGB value is (218,197,212). Sum of RGB (Red+Green+Blue) = 218+197+212=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5D4 is #253A2B. Grayscale: #CCCCCC. Windows color (decimal): -2439724 or 13944282. OLE color: 13944282.

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

Color convert

RGB218197212-
CMYK00.100.030.15
HSL317.14º22.11%81.37%-
HSV(B)317.14º9.63%85.49%-
XYZ60.7659.5970.59-
YUV204.99131.96137.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 212 (83.20% from 255) = 33.81%
R=34.77%
G=31.42%
B=33.81%

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
Decimal21819721200.100.030.15317.1422.1181.37
HexDAC5D40A3F13d1651
Octal33230532401231747526121
Binary11011010110001011101010001010111111100111101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5D4; }

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

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

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

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

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

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

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

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