#DAC0DF

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

Shades of Thistle #DAC0DF

Tints of Thistle #DAC0DF

Color information

#DAC0DF (or 0xDAC0DF) is unknown color: approx Thistle. HEX triplet: DA, C0 and DF. RGB value is (218,192,223). Sum of RGB (Red+Green+Blue) = 218+192+223=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DF is #253F20. Grayscale: #CBCBCB. Windows color (decimal): -2440993 or 14663898. OLE color: 14663898.

HSL color Cylindrical-coordinate representation of color #DAC0DF: hue angle of 290.32º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC0DF is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218192223-
CMYK0.020.1400.13
HSL290.32º32.63%81.37%-
HSV(B)290.32º13.9%87.45%-
XYZ61.0857.9377.77-
YUV203.31139.11138.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 192 (75.39% from 255) = 30.33%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=34.44%
G=30.33%
B=35.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181922230.020.1400.13290.3232.6381.37
HexDAC0DF2E0D1222151
Octal33230033721601544241121
Binary110110101100000011011111101110011011001000101000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0DF; }

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

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

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

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

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

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

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

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