#DAC3DD

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

Shades of Thistle #DAC3DD

Tints of Thistle #DAC3DD

Color information

#DAC3DD (or 0xDAC3DD) is unknown color: approx Thistle. HEX triplet: DA, C3 and DD. RGB value is (218,195,221). Sum of RGB (Red+Green+Blue) = 218+195+221=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DD is #253C22. Grayscale: #CCCCCC. Windows color (decimal): -2440227 or 14533594. OLE color: 14533594.

HSL color Cylindrical-coordinate representation of color #DAC3DD: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC3DD is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218195221-
CMYK0.010.1200.13
HSL293.08º27.66%81.57%-
HSV(B)293.08º11.76%86.67%-
XYZ61.4859.1676.58-
YUV204.84137.12137.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 195 (76.56% from 255) = 30.76%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=34.38%
G=30.76%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181952210.010.1200.13293.0827.6681.57
HexDAC3DD1C0D1251c52
Octal33230333511401544534122
Binary1101101011000011110111011110001101100100101111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3DD; }

 p { color: rgb(218,195,221); }

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

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

 a { background-color: rgb(218,195,221); }

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

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

 span { border-color: rgb(218,195,221); }

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