#DAC0D9

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

Shades of Thistle #DAC0D9

Tints of Thistle #DAC0D9

Color information

#DAC0D9 (or 0xDAC0D9) is unknown color: approx Thistle. HEX triplet: DA, C0 and D9. RGB value is (218,192,217). Sum of RGB (Red+Green+Blue) = 218+192+217=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D9 is #253F26. Grayscale: #CACACA. Windows color (decimal): -2440999 or 14270682. OLE color: 14270682.

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

Color convert

RGB218192217-
CMYK00.120.000.15
HSL302.31º26%80.39%-
HSV(B)302.31º11.93%85.49%-
XYZ60.2957.6173.59-
YUV202.62136.11138.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 30.62%
BLUE value IS 217 (85.16% from 255) = 34.61%
R=34.77%
G=30.62%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819221700.120.000.15302.312680.39
HexDAC0D90C0F12e1a50
Octal33230033101401745632120
Binary1101101011000000110110010110001111100101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0D9; }

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

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

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

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

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

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

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

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