#DAC1CD

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

Shades of Twilight #DAC1CD

Tints of Twilight #DAC1CD

Color information

#DAC1CD (or 0xDAC1CD) is unknown color: approx Twilight. HEX triplet: DA, C1 and CD. RGB value is (218,193,205). Sum of RGB (Red+Green+Blue) = 218+193+205=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC1CD is #253E32. Grayscale: #C9C9C9. Windows color (decimal): -2440755 or 13484506. OLE color: 13484506.

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

Color convert

RGB218193205-
CMYK00.110.060.15
HSL331.2º25.25%80.59%-
HSV(B)331.2º11.47%85.49%-
XYZ5957.4565.74-
YUV201.84129.78139.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=35.39%
G=31.33%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819320500.110.060.15331.225.2580.59
HexDAC1CD0B6F14b1951
Octal33230131501361751331121
Binary110110101100000111001101010111101111101001011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1CD; }

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

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

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

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

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

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

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

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