#DAC1D2

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

Shades of Twilight #DAC1D2

Tints of Twilight #DAC1D2

Color information

#DAC1D2 (or 0xDAC1D2) is unknown color: approx Twilight. HEX triplet: DA, C1 and D2. RGB value is (218,193,210). Sum of RGB (Red+Green+Blue) = 218+193+210=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1D2 is #253E2D. Grayscale: #CACACA. Windows color (decimal): -2440750 or 13812186. OLE color: 13812186.

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

Color convert

RGB218193210-
CMYK00.110.040.15
HSL319.2º25.25%80.59%-
HSV(B)319.2º11.47%85.49%-
XYZ59.6257.768.97-
YUV202.41132.28139.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 210 (82.42% from 255) = 33.82%
R=35.10%
G=31.08%
B=33.82%

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
Decimal21819321000.110.040.15319.225.2580.59
HexDAC1D20B4F13f1951
Octal33230132201341747731121
Binary110110101100000111010010010111001111100111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1D2; }

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

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

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

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

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

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

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

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