#DACDD8

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

Shades of Thistle #DACDD8

Tints of Thistle #DACDD8

Color information

#DACDD8 (or 0xDACDD8) is unknown color: approx Thistle. HEX triplet: DA, CD and D8. RGB value is (218,205,216). Sum of RGB (Red+Green+Blue) = 218+205+216=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD8 is #253227. Grayscale: #D2D2D2. Windows color (decimal): -2437672 or 14208474. OLE color: 14208474.

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

Color convert

RGB218205216-
CMYK00.060.010.15
HSL309.23º14.94%82.94%-
HSV(B)309.23º5.96%85.49%-
XYZ63.1463.5373.9-
YUV210.14131.31133.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 216 (84.77% from 255) = 33.80%
R=34.12%
G=32.08%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820521600.060.010.15309.2314.9482.94
HexDACDD8061F135f53
Octal3323153300611746517123
Binary11011010110011011101100001101111110011010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDD8; }

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

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

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

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

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

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

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

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