#DAC0CD

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

Shades of Twilight #DAC0CD

Tints of Twilight #DAC0CD

Color information

#DAC0CD (or 0xDAC0CD) is unknown color: approx Twilight. HEX triplet: DA, C0 and CD. RGB value is (218,192,205). Sum of RGB (Red+Green+Blue) = 218+192+205=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0CD is #253F32. Grayscale: #C9C9C9. Windows color (decimal): -2441011 or 13484250. OLE color: 13484250.

HSL color Cylindrical-coordinate representation of color #DAC0CD: hue angle of 330º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0CD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218192205-
CMYK00.120.060.15
HSL330º26%80.39%-
HSV(B)330º11.93%85.49%-
XYZ58.7857.0165.66-
YUV201.26130.11139.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 205 (80.47% from 255) = 33.33%
R=35.45%
G=31.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819220500.120.060.153302680.39
HexDAC0CD0C6F14a1a50
Octal33230031501461751232120
Binary110110101100000011001101011001101111101001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0CD; }

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

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

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

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

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

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

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

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