#DAC0D0

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

Shades of Twilight #DAC0D0

Tints of Twilight #DAC0D0

Color information

#DAC0D0 (or 0xDAC0D0) is unknown color: approx Twilight. HEX triplet: DA, C0 and D0. RGB value is (218,192,208). Sum of RGB (Red+Green+Blue) = 218+192+208=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D0 is #253F2F. Grayscale: #C9C9C9. Windows color (decimal): -2441008 or 13680858. OLE color: 13680858.

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

Color convert

RGB218192208-
CMYK00.120.050.15
HSL323.08º26%80.39%-
HSV(B)323.08º11.93%85.49%-
XYZ59.1557.1667.59-
YUV201.6131.61139.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=35.28%
G=31.07%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819220800.120.050.15323.082680.39
HexDAC0D00C5F1431a50
Octal33230032001451750332120
Binary110110101100000011010000011001011111101000011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0D0; }

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

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

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

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

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

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

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

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