#DAC0D8

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

Shades of Thistle #DAC0D8

Tints of Thistle #DAC0D8

Color information

#DAC0D8 (or 0xDAC0D8) is unknown color: approx Thistle. HEX triplet: DA, C0 and D8. RGB value is (218,192,216). Sum of RGB (Red+Green+Blue) = 218+192+216=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0D8 is #253F27. Grayscale: #CACACA. Windows color (decimal): -2441000 or 14205146. OLE color: 14205146.

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

Color convert

RGB218192216-
CMYK00.120.010.15
HSL304.62º26%80.39%-
HSV(B)304.62º11.93%85.49%-
XYZ60.1657.5672.91-
YUV202.51135.61139.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 192 (75.39% from 255) = 30.67%
BLUE value IS 216 (84.77% from 255) = 34.50%
R=34.82%
G=30.67%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819221600.120.010.15304.622680.39
HexDAC0D80C1F1311a50
Octal33230033001411746132120
Binary1101101011000000110110000110011111100110001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0D8; }

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

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

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

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

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

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

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

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