#DAC0CF

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

Shades of Twilight #DAC0CF

Tints of Twilight #DAC0CF

Color information

#DAC0CF (or 0xDAC0CF) is unknown color: approx Twilight. HEX triplet: DA, C0 and CF. RGB value is (218,192,207). Sum of RGB (Red+Green+Blue) = 218+192+207=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0CF is #253F30. Grayscale: #C9C9C9. Windows color (decimal): -2441009 or 13615322. OLE color: 13615322.

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

Color convert

RGB218192207-
CMYK00.120.050.15
HSL325.38º26%80.39%-
HSV(B)325.38º11.93%85.49%-
XYZ59.0357.1166.94-
YUV201.48131.11139.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=35.33%
G=31.12%
B=33.55%

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
Decimal21819220700.120.050.15325.382680.39
HexDAC0CF0C5F1451a50
Octal33230031701451750532120
Binary110110101100000011001111011001011111101000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0CF; }

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

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

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

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

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

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

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

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