#DAC1D1

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

Shades of Twilight #DAC1D1

Tints of Twilight #DAC1D1

Color information

#DAC1D1 (or 0xDAC1D1) is unknown color: approx Twilight. HEX triplet: DA, C1 and D1. RGB value is (218,193,209). Sum of RGB (Red+Green+Blue) = 218+193+209=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D1 is #253E2E. Grayscale: #CACACA. Windows color (decimal): -2440751 or 13746650. OLE color: 13746650.

HSL color Cylindrical-coordinate representation of color #DAC1D1: hue angle of 321.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC1D1 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218193209-
CMYK00.110.040.15
HSL321.6º25.25%80.59%-
HSV(B)321.6º11.47%85.49%-
XYZ59.4957.6568.31-
YUV202.3131.78139.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 193 (75.78% from 255) = 31.13%
BLUE value IS 209 (82.03% from 255) = 33.71%
R=35.16%
G=31.13%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819320900.110.040.15321.625.2580.59
HexDAC1D10B4F1421951
Octal33230132101341750231121
Binary110110101100000111010001010111001111101000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1D1; }

 p { color: rgb(218,193,209); }

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

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

 a { background-color: rgb(218,193,209); }

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

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

 span { border-color: rgb(218,193,209); }

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