#DACDD9

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

Shades of Thistle #DACDD9

Tints of Thistle #DACDD9

Color information

#DACDD9 (or 0xDACDD9) is unknown color: approx Thistle. HEX triplet: DA, CD and D9. RGB value is (218,205,217). Sum of RGB (Red+Green+Blue) = 218+205+217=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD9 is #253226. Grayscale: #D2D2D2. Windows color (decimal): -2437671 or 14274010. OLE color: 14274010.

HSL color Cylindrical-coordinate representation of color #DACDD9: hue angle of 304.62º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB218205217-
CMYK00.060.000.15
HSL304.62º14.94%82.94%-
HSV(B)304.62º5.96%85.49%-
XYZ63.2763.5874.58-
YUV210.26131.81133.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.06%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=34.06%
G=32.03%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820521700.060.000.15304.6214.9482.94
HexDACDD9060F131f53
Octal3323153310601746117123
Binary11011010110011011101100101100111110011000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDD9; }

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

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

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

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

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

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

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

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